Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / window-open-adds-history-item2.html
blobae808709e9a1127d42a710248d8b5b3c8f872849
1 <p>This page dumps the back/forward list that results from calling window.open targeted at _top</p>
2 <script src="resources/document-location.js"></script>
3 <script>
4 window.onload = start;
6 function runTest()
8 window.open(window.location + "?1", "_top");
10 </script>