Chromium Code Reviews| Index: Source/web/tests/data/200-by-300.html |
| diff --git a/Source/web/tests/data/large-div.html b/Source/web/tests/data/200-by-300.html |
| similarity index 52% |
| copy from Source/web/tests/data/large-div.html |
| copy to Source/web/tests/data/200-by-300.html |
| index a4bc0d9f09043d3f306c305e69e8bf2683fd6d65..eeb5d8a95d28bff492868b8d00760ed646f7faeb 100644 |
| --- a/Source/web/tests/data/large-div.html |
| +++ b/Source/web/tests/data/200-by-300.html |
| @@ -3,16 +3,19 @@ |
| <head> |
| <style> |
| + body { |
| + margin: 0px; |
| + } |
| #content { |
| background: silver; |
| - width: 1000px; |
| - height: 1000px; |
| + width: 200px; |
| + height: 300px; |
| } |
| </style> |
| -<head> |
| +</head> |
| <body> |
| - <div id="content"></div> |
| + <div id="content">a</div> |
| </body> |
| </html> |