Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
index 3249a75ff9f5057ffe807f234b9ee4b7f313119c..f523e9e99ba106f2def8bbcd1df9ef0fb05a3862 100644 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -51,25 +53,39 @@ |
"object": "LayoutText #text", |
"rect": [8, 16, 435, 18], |
"reason": "bounds change" |
- }, |
- { |
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow P", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", |
+ "reason": "bounds change" |
+ } |
] |
} |