Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
custom
/
absolute-sized-svg-in-xhtml.xhtml
blob: 483a2a1177dddbdb339291148164c671c87df126 [
file
] [
log
] [
blame
]
<html>
<body>
<h1>
Test 123
</h1>
<svg
width
=
"100"
height
=
"100"
xmlns
=
"http://www.w3.org/2000/svg"
>
<text>
You should see an error above
</text>
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</svg>
<h1>
Test ABC
</h1>
</body>
</html>