| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt
|
| index 4a6a7fab09905a882c15f8c9ef2b78e1803b5e0a..33d8f7442e4966a3f6ecaa3d28231be43a052d26 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 61, 31, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow INPUT id='checkbox'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow INPUT id='checkbox'",
|
| + "rect": [10, 61, 31, 30],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|