2 <html class=
"reftest-wait">
6 * We need to use different transform functions to produce
7 * UpdatePostTransformOverflow change hint, also these functions have to be
8 * the same matrix to being the same position while running reftest.
11 transform: rotate(
0deg);
18 <table id=
"test" style=
"width: 100px; height: 100px; animation: anim 1s infinite;">
19 <td style=
"transform: rotateZ(45deg); background-color: rgb(212, 61, 188);">
23 document
.getElementById("test").addEventListener("animationstart", () => {
24 requestAnimationFrame(() => {
25 document
.documentElement
.classList
.remove("reftest-wait");