| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
|
| index 3532ea366e858879b990a2396b33fc43e9f98a2c..d5675f9364fbb15f79e3e97551f3fb5d5267c0e7 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [198, 198, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='box'",
|
| + "rect": [198, 198, 200, 200],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|