12 background-color: blue;
16 #willChangeTransform {
17 will-change: -webkit-transform;
23 background-color: blue;
33 background-color: green
39 This test verifies that
"will-change: -webkit-transform" creates a containing
40 block for fixed position descendants, and that other values of will-change do
41 not create such a containing block.
42 <div id=
"willChangeTop">
44 <div class=
"fixed"></div>
46 <div id=
"willChangeTransform">
47 will-change: -webkit-transform
48 <div class=
"fixed"></div>