10 #subPixelContainer
> div {
15 background-color: red;
16 transform: translateZ(
0);
24 background-color: green;
29 <div>This tests that transparency layers are properly aligned when on sub-pixel offsets. You should see no red.
</div>
30 <div id=
"subPixelContainer">
31 <div><div id=
"test"></div></div>