Sign in
webkit
/
WebKit
/
f55c8d5a229dd3a052f61f168a5038f0e11b4fff
/
.
/
LayoutTests
/
svg
/
custom
/
xhtml-no-svg-renderer.xhtml
blob: e772e1df66ba303b2b37d015d0885902d7c80744 [
file
] [
log
] [
blame
]
<html
xmlns
=
'http://www.w3.org/1999/xhtml'
>
<body>
<div
style
=
"
width
:
100px
;
height
:
100px
;
background-color
:
green
"
>
<rect
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"100px"
height
=
"100px"
fill
=
"red"
/>
</div>
</body>
</html>