chromium/third_party/blink/web_tests/fast/dom/Window/resources/navigated-window-prop-subframe1.html

<script>
function testFunction() {
    try {
         var s = location.href + history.length;
    } catch (e) {
    }
}
parent.testPhase1();
</script>