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