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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
text
/
text-block-child-crash.xhtml
blob
ba3b2d364869ddab9326b9a95fef7d87a11f61de
1
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
2
Test passes if it does not crash.
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<style>
8
svg text:before { display: list-item; content: 'PASS'; }
9
</style>
10
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
11
<text></text>
12
</svg>
13
</html>