| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-replaced-shadows-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-replaced-shadows-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-replaced-shadows-expected.txt
|
| index 48aa7ee14b507648c787d45f5a036fdac6aa860d..1be586fe035c28f4763f1121fbd32da06bb170dc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-replaced-shadows-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-replaced-shadows-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 28, 140, 140],
|
| - [-12, 28, 280, 280]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutImage IMG id='box' class='smaller'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutImage IMG id='box' class='smaller'",
|
| + "rect": [-12, 28, 280, 280],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG id='box' class='smaller'",
|
| + "rect": [8, 28, 140, 140],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|