summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/browsing-context-names/resources/open-in-_top.html
blob: 929d52d15e2783f2a0774091f28f79cfdfd20c3d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/common/PrefixedLocalStorage.js"></script>
<title>HTML Test: browsing context name - _top</title>
<script>
var prefixedStorage = new PrefixedLocalStorageResource();
window.name = 'topWin1';
window.open(prefixedStorage.url('report-is-top.html'), '_top');
</script>