diff options
Diffstat (limited to 'WebCore/manual-tests/win')
-rw-r--r-- | WebCore/manual-tests/win/horizontal-scroll-composited.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WebCore/manual-tests/win/horizontal-scroll-composited.html b/WebCore/manual-tests/win/horizontal-scroll-composited.html new file mode 100644 index 0000000..c977300 --- /dev/null +++ b/WebCore/manual-tests/win/horizontal-scroll-composited.html @@ -0,0 +1,8 @@ +<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> |