summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/invalid-entity-document-write.html
blob: ecd197942eb42cf264cff56c9e925dc1e2375856 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<h1>document.write invalid entity shouldn't crash</h1>
<script>
if (window.testRunner)
    testRunner.dumpAsText();

document.write("&#x");
</script>
<p>PASS: If this test doesn't crash in debug builds</p>