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
/
pending-resource-leak.svg
blob
dc456c57717be4209c8ccb6ede3e10c487c5fc11
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
3
<script>
4
if (window.testRunner)
5
testRunner.dumpAsText();
6
</script>
7
<text
x
=
"0"
y
=
"70"
>
This should not leak
</text>
8
<rect
width
=
"50"
height
=
"50"
fill
=
"url(#foo)"
id
=
"rect"
/>
9
</svg>
10