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

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