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