| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| index cf5d49e5da9a1f31e2cf8e99125794f4b0a646f0..db75e9aedc78d5c039c4dc742abcb407c3bd8f0d 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| @@ -10,8 +10,8 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow BODY",
|
| - "rect": [8, 7, 784, 20],
|
| - "reason": "invalidate paint rectangle"
|
| + "rect": [8, 8, 784, 18],
|
| + "reason": "forced by layout"
|
| }
|
| ],
|
| "children": [
|
| @@ -20,27 +20,47 @@
|
| "position": [68, 7],
|
| "bounds": [374, 20],
|
| "drawsContent": true,
|
| - "backfaceVisibility": "hidden"
|
| + "backfaceVisibility": "hidden",
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutInline (relative positioned) DIV id='block'",
|
| + "rect": [0, 0, 374, 20],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [1, 1, 372, 18],
|
| + "reason": "forced by layout"
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "InlineTextBox 'When this layer moves it shouldn't generate a repaint rect.'",
|
| - "reason": "full"
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutInline (relative positioned) DIV id='block'",
|
| + "reason": "forced by layout"
|
| },
|
| {
|
| "object": "InlineFlowBox",
|
| - "reason": "full"
|
| + "reason": "forced by layout"
|
| },
|
| {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| + "object": "LayoutText #text",
|
| + "reason": "forced by layout"
|
| },
|
| {
|
| - "object": "LayoutBlockFlow BODY",
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "InlineTextBox 'When this layer moves it shouldn't generate a repaint rect.'",
|
| + "reason": "forced by layout"
|
| }
|
| ]
|
| }
|
|
|