Chromium Code Reviews| Index: Source/web/tests/data/overscroll/overscroll.html |
| diff --git a/LayoutTests/fast/harness/font-weight-bold.html b/Source/web/tests/data/overscroll/overscroll.html |
| similarity index 61% |
| copy from LayoutTests/fast/harness/font-weight-bold.html |
| copy to Source/web/tests/data/overscroll/overscroll.html |
| index a0c68d5457f4d51e8d16369656a083b0659935bc..831d6c66e11a722061fe70ff6909b89a0e203130 100644 |
| --- a/LayoutTests/fast/harness/font-weight-bold.html |
| +++ b/Source/web/tests/data/overscroll/overscroll.html |
| @@ -1,12 +1,14 @@ |
| +<!DOCTYPE html> |
| <html> |
| <head> |
| <style type="text/css"> |
| body { |
| - font-weight: bold; |
| + height: 300px; |
| + width: 300px; |
| } |
| </style> |
| </head> |
| <body> |
| -Hello Reftests |
| </body> |
| </html> |
| + |