10 transform: translateZ(
0);
20 background-color: green;
25 <div>This tests that sub-pixel offsets in nested composited layers are properly accumulated. You should see no red.
</div>
26 <div class=
"subPixelContainer">
27 <div class=
"ref"></div>
29 <div class=
"subPixelContainer overflowHidden">
30 <div class=
"ref"></div>