summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/resources/should-not-load.html
blob: 6281b2da553948a524fd39cef6d719cf5f42c7f8 (plain)
1
2
3
4
5
<script>
  parent.nestingTest.step(function() {
    parent.assert_unreached(window.frameElement.getAttribute("test-description"));
  });
</script>