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