Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..77f82690c987f765c9fdf2cd1639d9770439b03c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +#container { |
| + width: 400px; |
| + height: 400px; |
| + background-color: blue; |
| +} |
| +</style> |
| +<div id="container"></div> |