2 <html class=
"reftest-wait reftest-no-flush">
3 <meta name=
"viewport" content=
"width=device-width,initial-scale=1,minimum-scale=1">
13 from { transform: translate(-
50vw, -
50vh) rotate(
85deg); }
14 to { transform: translate(-
50vw, -
50vh) rotate(
90deg); }
20 transform-origin:
100vw
100vh;
25 Put an SVG element so that the transform display item has a blob on
26 Webrender which means this test properly fails without the proper fix.
28 <svg xmlns=
"http://www.w3.org/2000/svg" viewBox=
"0 0 16 16">
29 <rect fill=
"green" width=
"16" height=
"16"></rect>
33 // Waiting MozReftestInvalidate event makes this test fail for some reasons.
34 // so we use window.onload instead.
35 window
.onload
= () => {
36 target
.style
.animation
= "anim 100s step-end reverse";
37 target
.addEventListener("animationstart", () => {
38 document
.documentElement
.classList
.remove("reftest-wait");