Sign in
webkit
/
WebKit
/
7d8c1d87b684a5e193239744687c2c463e971f16
/
.
/
LayoutTests
/
fast
/
dom
/
xml-parser-error-message-crash.svg
blob: b054e134c3c7de261293be8eda5e1400af8a34a9 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
function
runTest
()
{
document
.
firstChild
.
innerHTML
=
"PASS"
;
}
document
.
addEventListener
(
"DOMNodeInsertedIntoDocument"
,
runTest
,
true
);
</script>