| Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-block-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-block-expected.txt
|
| similarity index 51%
|
| 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-block-expected.txt
|
| index 3ab36ae6ccc03f100dbf22a05923cb25bf1ac104..63290032aca020abfd3826c59bd22934083d7b09 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-block-expected.txt
|
| @@ -7,8 +7,13 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutTextControl (positioned) INPUT id='input'",
|
| - "rect": [8, 8, 244, 68],
|
| + "object": "LayoutText #text",
|
| + "rect": [328, 8, 240, 21],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [488, 8, 150, 20],
|
| "reason": "style change"
|
| }
|
| ]
|
| @@ -16,24 +21,20 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutTextControl (positioned) INPUT id='input'",
|
| + "object": "LayoutBlockFlow 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"
|
| }
|
| ]
|
| }
|
|
|