10 background: rgba(
255,
0,
0,
0.2);
11 transform: translateZ(
0);
16 background: rgba(
0,
0,
255,
0.2);
22 if (window
.testRunner
)
23 testRunner
.dumpAsText();
26 <div id=
"description">This tests that LayoutGeometryMap and TransformState both avoid pixel snapping prior to applying translation-only transforms.
27 The test passes if it doesn't assert on Debug.
</div>
30 <div class=
"inner"></div>