Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-expected.txt |
similarity index 50% |
copy from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt |
copy to third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-expected.txt |
index 3ab36ae6ccc03f100dbf22a05923cb25bf1ac104..4a4a95139c6621c8cabc1c141bf1a1e54ca2966b 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-expected.txt |
@@ -7,8 +7,13 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutTextControl (positioned) INPUT id='input'", |
- "rect": [8, 8, 244, 68], |
+ "object": "LayoutText #text", |
+ "rect": [0, 579, 80, 22], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target'", |
+ "rect": [0, 580, 80, 20], |
"reason": "style change" |
} |
] |
@@ -16,24 +21,20 @@ |
], |
"objectPaintInvalidations": [ |
{ |
- "object": "LayoutTextControl (positioned) INPUT id='input'", |
+ "object": "LayoutBlockFlow (positioned) DIV id='target'", |
"reason": "style change" |
}, |
{ |
- "object": "LayoutBlockFlow DIV id='inner-editor'", |
- "reason": "forced by layout" |
- }, |
- { |
"object": "RootInlineBox", |
- "reason": "forced by layout" |
+ "reason": "style change" |
}, |
{ |
"object": "LayoutText #text", |
- "reason": "full" |
+ "reason": "style change" |
}, |
{ |
- "object": "InlineTextBox 'NEW'", |
- "reason": "full" |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "style change" |
} |
] |
} |