| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| index b17c9428ab632a30eae78b823b6823ad6f42a0d7..de027bb24651b234689d5447bf44a4525587d3d8 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
|
| @@ -10,8 +10,8 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow BODY",
|
| - "rect": [8, 7, 784, 21],
|
| - "reason": "invalidate paint rectangle"
|
| + "rect": [8, 8, 784, 20],
|
| + "reason": "forced by layout"
|
| }
|
| ],
|
| "children": [
|
| @@ -20,27 +20,47 @@
|
| "position": [68, 7],
|
| "bounds": [348, 21],
|
| "drawsContent": true,
|
| - "backfaceVisibility": "hidden"
|
| + "backfaceVisibility": "hidden",
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutInline (relative positioned) DIV id='block'",
|
| + "rect": [0, 0, 348, 21],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [1, 1, 346, 19],
|
| + "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"
|
| }
|
| ]
|
| }
|
|
|