Sign in
webkit
/
WebKit
/
056b51f47ed8b40e0fb23828d758b68607aa548a
/
.
/
LayoutTests
/
imported
/
mozilla
/
svg
/
image
/
image-x-01.svg
blob: 66d4f8f395cb1058aaf41ca07e4f45dadca0f670 [
file
] [
log
] [
blame
]
<!-- Test to make sure "x" value is applied correctly on svg:image -->
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<image
xlink:href
=
"resources/blueRect10x10.png"
width
=
"10"
height
=
"10"
x
=
"123"
/>
</svg>