Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
repaint
/
shape-repainting-after-modifying-transform-expected.html
blob: 03654c6a364eb3e595dadb366ec8c8722cd3b044 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<body>
<svg
style
=
"
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
500px
;
height
:
200px
"
>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
fill
=
"#080"
/>
</svg>
</body>
</html>