| Index: third_party/WebKit/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
|
| index bb05554c3a8b2bac724d3a9374590dc27d4ea9fe..aea9fd347d9bfa8e77629f4adeed479ea71eee77 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutButton BUTTON id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutButton BUTTON id='target'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|