Bug 1919824 - Make `NativeKey::GetFollowingCharMessage` return `false` when removed...
[gecko.git] / layout / reftests / svg / image / image-y-01.svg
blob2c8d04fd88c11bdc6a643f3a6b548f2e383ca2b9
1 <!-- Test to make sure "y" value is applied correctly on svg:image -->
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink">
4 <image xlink:href="blueRect10x10.png" width="10" height="10"
5 y="123"/>
6 </svg>