chromium/third_party/blink/web_tests/fast/parser/script-after-frameset-assert.html

<!--
    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>