| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt
|
| index b52e17f775798103cd5754c560691c28e00fba27..daedda4292826ce2e93f9cc1c4381242de3b540a 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt
|
| @@ -5,23 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [48, 94, 100, 100],
|
| - [48, 94, 100, 50],
|
| - [31, 180, 7, 17],
|
| - [31, 148, 761, 50],
|
| - [31, 130, 7, 17],
|
| - [31, 94, 761, 103]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutListItem LI",
|
| - "LayoutListItem LI",
|
| - "RootInlineBox",
|
| - "LayoutListMarker (anonymous)",
|
| - "LayoutImage IMG id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG id='target'",
|
| + "rect": [48, 94, 100, 50],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG id='target'",
|
| + "rect": [48, 94, 100, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [31, 148, 761, 50],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [31, 94, 761, 103],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [31, 130, 7, 17],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [31, 180, 7, 17],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|