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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
hixie
/
error
/
016.xml
blob
361714e51491cf6e4c3194b919bd10e03eb40b37
1
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2
<rect x="0" y="0" width="300" height="200" fill="green">
3
<rect x="0" y="0" width="300" height="200" fill="red"/> <!-- This should be ignored. -->
4
</rect>
5
</svg>