| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
|
| index 5bdd91e808f940b3e716a20c0927f0c011e932f1..9477f896ff652a361124afcb1df23425f9174036 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/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, 18],
|
| - [31, 148, 761, 50],
|
| - [31, 130, 7, 18],
|
| - [31, 94, 761, 104]
|
| - ],
|
| - "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, 104],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [31, 130, 7, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [31, 180, 7, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|