Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
repaint
/
svg-length-rem-unit-font-size-change-expected.html
blob: dfbf6bfe792b0306ab81d0735674d938b7e7e760 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<div
style
=
"
font-size
:
10px
"
>
<svg
style
=
"
width
:
100px
;
height
:
100px
;
"
>
<rect
width
=
"100px"
height
=
"100px"
style
=
"
fill
:
rgb
(
0
,
0
,
255
);
"
/>
</svg>
</div>
</body>
</html>