Chromium Code Reviews| Index: Source/web/tests/data/body-overflow-visible.html |
| diff --git a/Source/web/tests/data/body-overflow-hidden.html b/Source/web/tests/data/body-overflow-visible.html |
| similarity index 85% |
| copy from Source/web/tests/data/body-overflow-hidden.html |
| copy to Source/web/tests/data/body-overflow-visible.html |
| index e60c54636f74983a6fcc13d53e712c610b24f61d..4e0b40528ff1ddb3f00ac76ebe28b4df212df3cf 100644 |
| --- a/Source/web/tests/data/body-overflow-hidden.html |
| +++ b/Source/web/tests/data/body-overflow-visible.html |
| @@ -1,9 +1,6 @@ |
| <html> |
| <head> |
| <style type="text/css"> |
| - body { |
| - overflow: hidden; |
| - } |
| #a { |
| background-color: green; |
| width: 100px; |