12 background-color: blue;
20 outline:
4px solid red;
27 background-color: red !important;
30 background-color: green !important;
33 transform: translateZ(
1px);
37 background-color: green;
41 background-color: red;
45 if (window
.testRunner
)
46 testRunner
.waitUntilDone();
47 requestAnimationFrame(function() {
48 requestAnimationFrame(function() {
49 document
.getElementById('target').classList
.remove('composited');
50 setTimeout(function() {
51 if (window
.testRunner
)
52 testRunner
.notifyDone();
60 <div class=
"hidden-indicator box"></div>
64 <div class=
"hidden container composited">
65 <div id=
"target" class=
"hidden composited">
66 <div class=
"visible box should-be-visible"></div>