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