chromium/third_party/blink/web_tests/http/tests/security/contentSecurityPolicy/resources/frame-src-vs-shift-click-target.html

<p>frame-src-vs-shift-click-TARGET.html</p>
<script>
testRunner.setCustomTextOutput(
  'history.length: ' + history.length + '\n' +
  'window.self == window.parent: ' + (window.self == window.parent) + '\n' +
  'window.location.href: ' + window.location.href + '\n');
testRunner.notifyDone();
</script>