Sign in
webkit
/
WebKit
/
44b42e43df7b445ca396546f504feb2128538221
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
as-image
/
default-font-size-expected.html
blob: 6bb9b7b43bdd5cb51813f0bc82decf0b2aee8109 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
*
{
margin
:
0
;
padding
:
0
;
}
</style>
crbug.com/167760: This test passes if the word "PASS" appears below:
<br>
<svg
width
=
'100'
height
=
'100'
xmlns
=
'http://www.w3.org/2000/svg'
>
<text
y
=
'30'
fill
=
'green'
>
PASS
</text>
</svg>