Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
repaint
/
image-srcset-transform-animation-expected.html
blob: 4fba9f45b43799ca3f1e349d86f217ac1da6d5b4 [
file
] [
edit
]
<!DOCTYPE html>
<style>
body
{
margin
:
0
;
padding
:
0
;
}
</style>
<html>
<body>
<picture>
<source
srcset
=
"../../resources/square-translate.svg 2x"
></source>
<img
id
=
"svgImg"
alt
=
""
/>
</picture>
</body>
</html>