15 background-color: blue;
23 background-color: white;
27 if (window
.internals
&& window
.eventSender
)
28 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
29 window
.internals
.setPageScaleFactor(0.5);
32 <body style=
"width: 4000px; height: 4000px">
33 On success, the blue reference box should be invisible (covered by the fixed box).
34 <div class=
"reference"></div>
35 <div class=
"fixed"></div>