Chromium Code Reviews| Index: Source/web/tests/data/mainthread-inner-div-overscroll.html |
| diff --git a/Source/web/tests/data/overflow-scrolling.html b/Source/web/tests/data/mainthread-inner-div-overscroll.html |
| similarity index 77% |
| copy from Source/web/tests/data/overflow-scrolling.html |
| copy to Source/web/tests/data/mainthread-inner-div-overscroll.html |
| index 6710006ff5fbe4878749ee8c43aefdd1e164c206..6cd78e8c48c867fa79b20b245f0de3f537ce5db7 100644 |
| --- a/Source/web/tests/data/overflow-scrolling.html |
| +++ b/Source/web/tests/data/mainthread-inner-div-overscroll.html |
| @@ -6,10 +6,10 @@ |
| height: 2000px; |
| } |
| #scrollable { |
| - margin-top: 50px; |
| - margin-left: 50px; |
| - width: 200px; |
| - height: 200px; |
| + width: 800px; |
| + height: 800px; |
| + border-style: solid; |
| + border-width: 5px; |
| overflow: scroll; |
| } |
| .content { |