Index: third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt |
index 9cc6eb67acf90a945cd66112908dab10bfc9b66f..adcbe517f3254ff7ce4cc80417ccf6d01bda67a6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -28,6 +30,24 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "outline" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='a'", |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "outline" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='b'", |
+ "reason": "incremental" |
+ } |
] |
} |