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
/
stroke-fallback-invalid-uri.html
blob
78421a4aecf5a11f04f426256a8d163fa21ca088
1
<!DOCTYPE
html
>
2
<svg
stroke
=
"red"
stroke-width
=
"50"
>
3
<rect
x
=
"25"
y
=
"25"
width
=
"50"
height
=
"50"
fill
=
"none"
stroke
=
"green"
/>
4
<rect
x
=
"25"
y
=
"25"
width
=
"50"
height
=
"50"
fill
=
"none"
stroke
=
"url(#nonexisting)"
/>
5
</svg>