4 This test checks that accelerated scrolling layers can be scrolled without
5 repainting their contents. See https://bugs.webkit.org/show_bug.cgi?id=96087.
10 <style type=
"text/css">
13 -webkit-overflow-scrolling: touch
;
16 border: solid thin blue
;
24 <script type=
"text/javascript">
26 document
.getElementById('scroller').scrollTop
= 25;
32 <div id=
"content"></div>