Index: Source/web/tests/data/overscroll/div-overscroll.html |
diff --git a/Source/web/tests/data/overflow-scrolling.html b/Source/web/tests/data/overscroll/div-overscroll.html |
similarity index 57% |
copy from Source/web/tests/data/overflow-scrolling.html |
copy to Source/web/tests/data/overscroll/div-overscroll.html |
index 6710006ff5fbe4878749ee8c43aefdd1e164c206..6481c2f4a19968f9276ad6a1698c0d248c791265 100644 |
--- a/Source/web/tests/data/overflow-scrolling.html |
+++ b/Source/web/tests/data/overscroll/div-overscroll.html |
@@ -2,19 +2,14 @@ |
<html> |
<head> |
<style type="text/css"> |
- body { |
- height: 2000px; |
- } |
#scrollable { |
- margin-top: 50px; |
- margin-left: 50px; |
- width: 200px; |
- height: 200px; |
+ width: 300px; |
+ height: 300px; |
overflow: scroll; |
} |
.content { |
- width: 1000px; |
- height: 1000px; |
+ width: 500px; |
+ height: 500px; |
} |
</style> |
</head> |