OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body onload="runTest();"> | 3 <body onload="runTest();"> |
4 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to
p: 40px"> | 4 <div style="transform: translateZ(0); position: relative; left: 10px; top: 40px"
> |
5 <div style="position: relative; left: 10px; top: 70px"> | 5 <div style="position: relative; left: 10px; top: 70px"> |
6 This test is successful if no green rectangles are visible. | 6 This test is successful if no green rectangles are visible. |
7 </div> | 7 </div> |
8 <script> | 8 <script> |
9 function runTest() { | 9 function runTest() { |
10 if (window.testRunner) { | 10 if (window.testRunner) { |
11 window.testRunner.notifyDone(); | 11 window.testRunner.notifyDone(); |
12 } else { | 12 } else { |
13 debug("This test requires DumpRenderTree."); | 13 debug("This test requires DumpRenderTree."); |
14 } | 14 } |
15 } | 15 } |
16 </script> | 16 </script> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |