Chromium Code Reviews| Index: Source/web/tests/data/content-width-1000.html |
| diff --git a/Source/web/tests/data/content-width-1000.html b/Source/web/tests/data/content-width-1000.html |
| index 4cde4170aa4d5f16d683e33a04a9d8f464a14c76..d5ed3977a6918b0ce42d0ef2a1a3bc1ce8b1d433 100644 |
| --- a/Source/web/tests/data/content-width-1000.html |
| +++ b/Source/web/tests/data/content-width-1000.html |
| @@ -10,6 +10,11 @@ |
| width: 1000px; |
| height: 2000px; |
| background: silver; |
| + margin: 0px; |
| + } |
| + ::-webkit-scrollbar { |
| + width: 0px; |
| + height: 0px; |
| } |
| </style> |
| </head> |