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