7 -webkit-perspective:
1200px;
11 background-color: transparent;
14 transform: translateZ(
0);
19 background-color: blue;
23 if (window
.testRunner
)
24 testRunner
.waitUntilDone();
28 window
.setTimeout(function() {
29 document
.documentElement
.className
= 'changed';
30 if (window
.testRunner
)
31 testRunner
.notifyDone();
34 window
.addEventListener('load', doTest
, false);
38 <p>In a pixel test, you should see a plain white background.
</p>