Sign in
webkit
/
WebKit
/
a0e4dc93e6a001b03668745852a9ac9f6a2da33e
/
.
/
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>