[email protected] | c3b87cf | 2010-12-08 21:58:16 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <script> | ||||
[email protected] | b71a8c4 | 2012-06-11 18:29:22 | [diff] [blame] | 4 | if (window.testRunner) { |
5 | testRunner.waitUntilDone(); | ||||
[email protected] | c3b87cf | 2010-12-08 21:58:16 | [diff] [blame] | 6 | // The mac port renders tiled layers asynchronously, so we have to wait a bit to get the actual rendering result. |
7 | window.setTimeout(function() { | ||||
[email protected] | b71a8c4 | 2012-06-11 18:29:22 | [diff] [blame] | 8 | testRunner.notifyDone(); |
[email protected] | c3b87cf | 2010-12-08 21:58:16 | [diff] [blame] | 9 | }, 100); |
10 | } | ||||
11 | </script> | ||||
12 | <body style="overflow:hidden"> | ||||
[email protected] | 8448b5ae | 2014-10-18 08:49:38 | [diff] [blame] | 13 | <div style="transform:translateZ(0); width: 2000px; height: 10000px; top:1px; left:3px; position:absolute"> |
[email protected] | c3b87cf | 2010-12-08 21:58:16 | [diff] [blame] | 14 | This is some text inside a very large composited layer to test that it is rendered sharply.<br> |
15 | The test passes if this text is crisp. | ||||
16 | </div> | ||||
17 | </body> | ||||
18 | </html> |