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..7379aa2cad5f70513e1c1c388d0be6cd73e7b1ca |
--- /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, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='test'", |
+ "rect": [8, 8, 110, 110], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ] |
+} |
+ |