Sign in
webkit
/
WebKit
/
c86e9758c264764cb92416ce4df87787cb59e01e
/
.
/
LayoutTests
/
svg
/
hixie
/
viewbox
/
003.xml
blob: 8eee8dde6565aec95d208e0cc1517756c2159232 [
file
] [
log
] [
blame
]
<svg
width
=
"300"
height
=
"200"
viewBox
=
"0 0,
1	1"
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"0"
y
=
"0"
width
=
"1"
height
=
"1"
fill
=
"green"
/>
<text
x
=
"10"
y
=
"30"
font-size
=
"20"
fill
=
"red"
>
FAIL
</text>
</svg>