2 <html class=
"reftest-wait">
5 transition: background-color
100s steps(
1, end);
7 background-color: rgb(
255,
255,
255);
12 #target.hover::before{
13 background-color: rgb(
0,
0,
0);
17 <div id=
"target"></div>
19 window
.addEventListener("load", () => {
20 target
.className
= 'hover';
21 target
.addEventListener('transitionstart', () => {
22 document
.documentElement
.classList
.remove('reftest-wait');