repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
xml-parser-error-message-crash.svg
blob
c1dc9fc713bbef4a4309f7c324c2d0a5c5a09309
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<script>
3
if (window.testRunner)
4
testRunner.dumpAsText();
5
6
function runTest()
7
{
8
document.firstChild.innerHTML =
"PASS"
;
9
}
10
11
document.addEventListener(
"DOMNodeInsertedIntoDocument"
, runTest, true);
12
</script>
13