| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt
|
| index 3e11fa1758c21ffe3aac147dda7676f7abf7ed20..8f3565a046966edea328cf6e60a1fb7dcc5de49d 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [1, 35, 12, 15]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow OPTION id='option'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow OPTION id='option'",
|
| + "rect": [1, 35, 12, 15],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|