blob: 8b9e3453adf743b8584aadb167324934c3a81961 [file] [log] [blame]
<html>
<head>
<title>Horizontal scroll test for composited elements</title>
<script type="text/javascript" charset="utf-8">
if (window.testRunner)
testRunner.waitUntilDone();
</script>
<script src="../resources/mock_scrollbars.js"></script>
</head>
<body style="width: 600px">
<div style="transform: translatez(0); width: 1000px; height: 800px; 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(300, 0);
if (window.testRunner)
testRunner.notifyDone();
</script>
</body>
</html>