choose-_parent-004-iframe-2.html (316B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>HTML Test: browsing context name - parent (case-insensitive)</title> 4 <script src="/common/PrefixedLocalStorage.js"></script> 5 <script> 6 var prefixedStorage = new PrefixedLocalStorageResource(); 7 window.open(prefixedStorage.url('report-is-top.html'), '_pARent'); 8 9 </script>