Chromium Code Reviews| Index: Source/web/tests/data/iframe-scrolling-inner.html |
| diff --git a/Source/web/tests/data/iframe-scrolling-inner.html b/Source/web/tests/data/iframe-scrolling-inner.html |
| index 365d21c8c8096c34a509ff014197c1888fa64ad9..91a719c50eaf02503f7f506a9904480f213ebc9f 100644 |
| --- a/Source/web/tests/data/iframe-scrolling-inner.html |
| +++ b/Source/web/tests/data/iframe-scrolling-inner.html |
| @@ -1,5 +1,14 @@ |
| <!DOCTYPE HTML> |
| <html> |
| -<body style="width:100px;height:100px;"> |
| +<head> |
| + <style> |
| + body { |
| + width: 1000px; |
| + height: 1000px; |
| + margin: 0; |
| + } |
| + </style> |
| +</head> |
| +<body> |
| </body> |
| </html> |