| Index: third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
|
| index 12caed6126d53984da8d730d0ee634027e62b4b1..70ecf90c8776f1df77818286e759834cc18bfc27 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
|
| @@ -51,8 +51,12 @@ CASE 2, change color of "inner" to red
|
| "position": [130, 130],
|
| "bounds": [100, 100],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 10, 50, 50]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='inner'",
|
| + "rect": [10, 10, 50, 50],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|