diff options
Diffstat (limited to 'WebCore/manual-tests/win/horizontal-scroll-composited.html')
-rw-r--r-- | WebCore/manual-tests/win/horizontal-scroll-composited.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/manual-tests/win/horizontal-scroll-composited.html b/WebCore/manual-tests/win/horizontal-scroll-composited.html deleted file mode 100644 index c977300..0000000 --- a/WebCore/manual-tests/win/horizontal-scroll-composited.html +++ /dev/null @@ -1,8 +0,0 @@ -<div> -<b>Scroll test for composited elements on Windows.</b> -</div> -<div>Make sure you browser window is smaller than 1000 pixels so that you see an horizontal scroll bar. -<br /> -Try scolling right and left and verify that the content is displayed correctly. -</div> -<div style="-webkit-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> |