| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
|
| index 0889afdb2f7cc95bde15b2fcc09812b3321819b9..4808736aa50f7bc6b68605cf3b96295ff9bf9120 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [1, -7, 314, 314]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='box'",
|
| + "rect": [1, -7, 314, 314],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|