13 transform:translateZ(
0);
17 if (window
.internals
&& window
.eventSender
) {
18 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
19 window
.internals
.setPageScaleFactor(2);
22 window
.scrollTo(100,100);
23 if (window
.testRunner
)
24 testRunner
.dumpAsText();
28 <body onload=
"test();" style=
"width:2000px;height:2000px;">
29 <div class=
"fixed-no-z-index">This test should not hit an assertion in LayoutGeometryMap in debug builds
</div><br>
30 <div class=
"fixed-with-z-index">This test should not hit an assertion in LayoutGeometryMap in debug builds
</div>