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
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
hixie
/
rendering-model
/
002.xml
blob
6e322c0bdcf4e994d833223ec23f8202a5253d85
1
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2
<desc>There should be a green circle and no red.</desc>
3
<circle cx="150" cy="100" r="50" fill="red"/>
4
<circle cx="150" cy="100" r="50" fill="green"/>
5
</svg>