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