blob: 6ea2f8f172aa1472041663e10efd749236cb14c5 [file] [log] [blame]
<html>
<head>
<title>Vertical scroll test for composited elements</title>
<script type="text/javascript" charset="utf-8">
if (window.layoutTestController)
layoutTestController.waitUntilDone();
</script>
</head>
<body style="height: 600px">
<div style="-webkit-transform: rotate3d(0,0,1,20deg); width: 800px; height: 1000px; border-style: solid; border-color: Red; border-width: 3px; background-image: url(../resources/apple.jpg); background-repeat:repeat"></div>
<script type="text/javascript" charset="utf-8">
window.scrollBy(0, 200);
if (window.layoutTestController)
layoutTestController.notifyDone();
</script>
</body>
</html>