5 <style type=
"text/css" media=
"screen">
10 outline:
2px solid black;
22 background-color: green;
23 transform: translateZ(
1px);
30 background-color: red;
34 opacity:
0; /* Hide from pixel results */
37 <script type=
"text/javascript" charset=
"utf-8">
38 if (window.testRunner) {
39 testRunner.dumpAsTextWithPixelResults();
40 testRunner.waitUntilDone();
43 function changeOverflow()
45 document.getElementById('container').className = 'changed';
47 if (window.testRunner)
48 document.getElementById('layers').innerText = window.internals.layerTreeAsText(document);
50 if (window.testRunner)
51 testRunner.notifyDone();
54 window.addEventListener('load', function() {
55 window.setTimeout(changeOverflow,
0);
61 <div id=
"indicator"></div>
63 <div class=
"box"></div>
66 <pre id=
"layers">Layer tree goes here in DRT
</pre>