| Index: third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
|
| similarity index 62%
|
| copy from third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt
|
| copy to third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
|
| index 942b26068a790fc2674757d37477f8a02124e599..630d1f13fddda9dd495233d8f279dc556ebe70fe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
|
| @@ -9,13 +9,13 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| - "rect": [12, 45, 105, 13],
|
| + "object": "LayoutBlockFlow DIV id='target' class='target'",
|
| + "rect": [0, 116, 402, 152],
|
| "reason": "forced by layout"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [12, 45, 54, 13],
|
| + "object": "LayoutImage IMG",
|
| + "rect": [151, 117, 100, 100],
|
| "reason": "layoutObject insertion"
|
| }
|
| ]
|
| @@ -23,7 +23,7 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "object": "LayoutBlockFlow DIV id='target' class='target'",
|
| "reason": "forced by layout"
|
| },
|
| {
|
| @@ -31,11 +31,7 @@
|
| "reason": "forced by layout"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'some text'",
|
| + "object": "LayoutImage IMG",
|
| "reason": "layoutObject insertion"
|
| }
|
| ]
|
|
|