Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/test_data/long-page.html |
| diff --git a/third_party/WebKit/Source/core/paint/test_data/long-page.html b/third_party/WebKit/Source/core/paint/test_data/long-page.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1d898d37ad59169d5e1aaf9475853ff264eb2d51 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/paint/test_data/long-page.html |
| @@ -0,0 +1,5 @@ |
| +<style> |
| +body { |
| + height: 10000px; |
| +} |
| +</style> |