4 <style type=
"text/css" media=
"screen">
8 border:
1px solid black;
11 <script type=
"text/javascript" charset=
"utf-8">
12 if (window.testRunner) {
13 testRunner.dumpAsText();
14 testRunner.waitUntilDone();
19 window.setTimeout(function() {
20 if (window.testRunner) {
21 document.getElementById('result').textContent = window.internals.layerTreeAsText(document);
22 testRunner.notifyDone();
27 window.addEventListener('load', doTest, false);
31 <embed type=
"application/x-webkit-test-netscape" width=
"1" height=
"1" drawingmodel=
"coreanimation">
32 <embed type=
"application/x-webkit-test-netscape" width=
"100" height=
"0" drawingmodel=
"coreanimation">
34 <div id=
"result">Test only works in DRT
</div>