| Index: LayoutTests/fast/scroll-behavior/resources/large-subframe.html
|
| diff --git a/Source/web/tests/data/large-div.html b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
|
| similarity index 60%
|
| copy from Source/web/tests/data/large-div.html
|
| copy to LayoutTests/fast/scroll-behavior/resources/large-subframe.html
|
| index a4bc0d9f09043d3f306c305e69e8bf2683fd6d65..52b58d63af4e1aaccb5de34c3968d14f631304ca 100644
|
| --- a/Source/web/tests/data/large-div.html
|
| +++ b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
|
| @@ -1,18 +1,16 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -
|
| <head>
|
| <style>
|
| #content {
|
| - background: silver;
|
| - width: 1000px;
|
| - height: 1000px;
|
| + width: 7500px;
|
| + height: 7500px;
|
| + background-color: blue;
|
| }
|
| </style>
|
| -<head>
|
| +</head>
|
|
|
| <body>
|
| <div id="content"></div>
|
| </body>
|
| -
|
| </html>
|
|
|