Index: third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt |
index 1dadf041e83e63096133038a9b2fd05e1b156f58..962382e9756d869952281efb6f118044c2e95d35 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='container'", |
+ "reason": "border box change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |