| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt
|
| index 98c6b310e17b784f3e33e0eebce1b8eb4ab64f80..566575e84cc2c9a52152946eb5726d9c06263494 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [33, 25, 250, 250]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='box'",
|
| + "rect": [33, 25, 250, 250],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|