blob: e547a99dbbd5a554f3d228480bd6ac6bfb93cf91 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
}
</script>
<body style="overflow:hidden">
<div style="-webkit-transform-origin: 0 0; transform:translate(50px,50px) scale(1.5); background: green; width:30em">
<div style="-webkit-transform-origin: 0 0; transform:scale(1.5);">
<!-- Use short lines of text to avoid accumulating error -->
Text on<br/>
a scaled<br/>
composited<br/>
layer<br/>
</div>
</div>
</body>
</html>