Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / resources / navigated-window-prop-subframe1.html
blob05fc8a4582de1b966c7b335b9cdb340e62ffb787
1 <script>
2 function testFunction() {
3 try {
4 var s = location.href + history.length;
5 } catch (e) {
8 parent.testPhase1();
9 </script>