summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/script-after-frameset-assert.html
blob: 5a98278ea277f0850ed4020750b08904534b6dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
    This tests for a regression against
    <https://bugs.webkit.org/show_bug.cgi?id=6959>
    REGRESSION: Assertion failure in HTMLTokenizer::parseTag (!scriptNode) on page with ignored scripts.
    No assert (on debug build) = test PASS
-->
<script type="text/javascript">
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<frameset>
</frameset>
<script type="text/javascript" src="resources/thisDoesNotHaveToExist.js"></script><script type="text/javascript" ></script>