1
0
Fork 0
firefox/layout/reftests/transform/invalidate-svg-scale-1-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
497 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1490518</title>
</head>
<body>
<div style="position: absolute; top: 0px; left: 0px; transform: scale(2.0);">
<div style="position: absolute; top: 0px; left: 0px; width: 200px; background: green; height: 50px; will-change: opacity"></div>
<svg width="200" height="200" style="position: absolute; top: 50px; left: 0px;">
<rect x="0" y="0" width="200" height="200" fill="transparent"/>
</svg>
</div>
</body>
</html>