blob: 97c4ff35fba6b4a9050cb4f5db1b14e6571d1974 [file] [log] [blame]
[email protected]c3b87cf2010-12-08 21:58:161<!DOCTYPE html>
2<html>
3<script>
[email protected]b71a8c42012-06-11 18:29:224if (window.testRunner) {
5 testRunner.waitUntilDone();
[email protected]c3b87cf2010-12-08 21:58:166 // 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]b71a8c42012-06-11 18:29:228 testRunner.notifyDone();
[email protected]c3b87cf2010-12-08 21:58:169 }, 100);
10}
11</script>
12<body style="overflow:hidden">
[email protected]8448b5ae2014-10-18 08:49:3813<div style="transform:translateZ(0); width: 2000px; height: 10000px; top:1px; left:3px; position:absolute">
[email protected]c3b87cf2010-12-08 21:58:1614This is some text inside a very large composited layer to test that it is rendered sharply.<br>
15The test passes if this text is crisp.
16</div>
17</body>
18</html>