| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
|
| index cb2503d20bb003744520268e97c09a840debec70..a8e753f25494ccc9c7859a1b44ea1bacb3dca456 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
|
| @@ -6,27 +6,72 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#008000",
|
| - "repaintRects": [
|
| - [108, 116, 435, 18],
|
| - [108, 116, 435, 18],
|
| - [108, 116, 435, 18],
|
| - [100, 100, 451, 50],
|
| - [8, 16, 784, 18],
|
| - [8, 16, 784, 18],
|
| - [8, 16, 435, 18],
|
| - [0, 0, 800, 600],
|
| - [0, 0, 800, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow (positioned) HTML class='changed'",
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutBlockFlow P",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) HTML class='changed'",
|
| + "rect": [0, 0, 800, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) HTML class='changed'",
|
| + "rect": [100, 100, 451, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 16, 784, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [108, 116, 435, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow P",
|
| + "rect": [8, 16, 784, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow P",
|
| + "rect": [108, 116, 435, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 16, 435, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [108, 116, 435, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 0, 800, 600],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|