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
/
custom
/
g-outside-svg.html
blob
8499783a60b249ae0f3724aeaca7a8fa19838e15
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
The SVG in the below frame should not render or crash.
</br>
6
<iframe
src='data:application/xhtml+xml,
7
<
svg:g xmlns:svg=
"
http://www.w3.org/
2000
/svg
">
8
<
text
>
9
FAIL
10
<
/text
>
11
<
/svg:g
>
'
12
></iframe>