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
/
glyphref-renderer-create-crash.html
blob
bcffdabea850d2c7b10015d7c070f4b0658c869d
1
<html>
2
Test passes if it does not crash.
3
<svg>
4
<glyphref>
5
<foreignObject>
6
</foreignObject>
7
</glyphref>
8
</svg>
9
<script>
10
if
(
window
.
testRunner
)
11
testRunner
.
dumpAsText
();
12
</script>
13
</html>
14