chromium/third_party/blink/web_tests/external/wpt/html/browsers/windows/browsing-context-names/resources/choose-_parent-004-iframe-2.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: browsing context name - parent (case-insensitive)</title>
<script src="/common/PrefixedLocalStorage.js"></script>
<script>
var prefixedStorage = new PrefixedLocalStorageResource();
window.open(prefixedStorage.url('report-is-top.html'), '_pARent');

</script>