| Index: third_party/WebKit/LayoutTests/fast/repaint/repaint-on-style-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/repaint-on-style-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/repaint-on-style-change-expected.txt
|
| index e6390bd5fa1d945b3c280733ed480338ad9e976b..bd4ccd5482353841ecb8f5a2737a9c096254c5fc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/repaint-on-style-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/repaint-on-style-change-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [260, 260, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='box'",
|
| + "rect": [260, 260, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|