repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
svg
/
custom
/
display-none.svg
blob
ba5023176bb9e7c7bb6a0e7cf0fa2c8e9abcc670
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
3
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"red"
style
=
"display: none"
/>
4
</svg>