blob: 13266d3c6871c569cf5b4352dc0bc7f3c26a61c9 [file] [log] [blame]
jamesr@google.com2564ac02010-12-08 21:58:16 +00001<!DOCTYPE html>
2<html>
3<script>
4if (window.layoutTestController) {
5 layoutTestController.waitUntilDone();
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() {
8 layoutTestController.notifyDone();
9 }, 100);
10}
11</script>
12<body style="overflow:hidden">
13<div style="-webkit-transform:translateZ(0); width: 2000px; height: 10000px; top:1px; left:3px; position:absolute">
14This 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>