Sign in
webkit
/
WebKit
/
d2af93fc324110cbbb4bd830024a204812626b40
/
.
/
LayoutTests
/
svg
/
custom
/
resources
/
getsvgdocument.svg
blob: 7491b73b9e5800b5fcb9c3bf707f6ae5c8097842 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<rect
id
=
"rect"
x
=
"0"
y
=
"0"
width
=
"100%"
height
=
"100%"
fill
=
"red"
/>
<text
id
=
"text"
x
=
"5"
y
=
"16"
>
FAILURE
</text>
</svg>