4 <style type=
"text/css" media=
"screen">
8 border:
1px solid black;
22 <script type=
"text/javascript" charset=
"utf-8">
23 if (window.testRunner) {
24 testRunner.dumpAsText();
25 testRunner.waitUntilDone();
30 window.setTimeout(function() {
31 document.getElementById('plugin').className = 'large';
32 // Need to wait for compositing layers to be updated. FIXME remove.
33 window.setTimeout(function() {
34 if (window.testRunner) {
35 document.getElementById('layers').innerHTML = window.internals.layerTreeAsText(document);
36 testRunner.notifyDone();
42 window.addEventListener('load', doTest, false);
47 <div class=
"container">
48 <embed id=
"plugin" type=
"application/x-webkit-test-netscape" width=
"1" height=
"1" drawingmodel=
"coreanimation">
51 <!-- we should have layers after the resize -->
52 <pre id=
"layers">Layer tree appears here in DRT.
</pre>