1
0
Fork 0
firefox/testing/web-platform/tests/css/css-transforms/perspective-svg-001-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

16 lines
442 B
HTML

<!DOCTYPE html>
<title>CSS Test Reference</title>
<div>
<svg overflow="hidden"
width="100%"
height="100%"
viewBox="0 0 365760 205740"
style="
backface-visibility: hidden;
transform: translate3d(0px, 0px, 0px)
rotate3d(0, 0, 0, 0deg) translate3d(0px, 0px, 0px)
translate3d(0px, 0px, 0px);
">
<rect fill="green" width="100%" height="100%"></rect>
</svg>
</div>