Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
invalid-entity-document-write.html
blob: ecd197942eb42cf264cff56c9e925dc1e2375856 [
file
] [
log
] [
blame
]
<!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>