11 background-color: blue;
15 #willChangeTransform {
16 transform: translateZ(
0);
22 background-color: blue;
32 background-color: green
38 This test verifies that
"will-change: -webkit-transform" creates a containing
39 block for fixed position descendants, and that other values of will-change do
40 not create such a containing block.
41 <div id=
"willChangeTop">
43 <div class=
"fixed"></div>
45 <div id=
"willChangeTransform">
46 will-change: -webkit-transform
47 <div class=
"fixed"></div>