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
/
xhtml-no-svg-renderer.xhtml
blob
e772e1df66ba303b2b37d015d0885902d7c80744
1
<html
xmlns='http://www.w3.org/
1999
/xhtml'
>
2
<body>
3
<div
style
=
"width:100px;height:100px;background-color:green"
>
4
<rect
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"100px"
height
=
"100px"
fill
=
"red"
/>
5
</div>
6
</body>
7
</html>