Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..da1a73fcc91b5cf9f815d7e43cf53f530a05a89d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "bounds": [800, 600], |
| + "children": [ |
| + { |
| + "bounds": [800, 600], |
| + "contentsOpaque": true, |
| + "drawsContent": true, |
| + "repaintRects": [ |
| + [8, 8, 110, 110], |
| + [8, 8, 100, 100] |
| + ], |
| + "paintInvalidationClients": [ |
| + "LayoutBlockFlow DIV id='test'" |
| + ] |
| + } |
| + ] |
| +} |
| + |