| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
|
| index 6a14ccbd86e8787da2f472f97de2c9c844910214..9a1cf96ffcc5b617b4801763c8e2cc6a3aa3240f 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
|
| @@ -72,8 +72,12 @@ CASE 2, hovering over the outer div
|
| [0, 0, 1, 0],
|
| [0, 0, 0, 1]
|
| ],
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='box middle'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| },
|
| {
|
| @@ -118,9 +122,17 @@ CASE 3, hovering over the inner div
|
| [0, 0, 1, 0],
|
| [0, 0, 0, 1]
|
| ],
|
| - "repaintRects": [
|
| - [20, 25, 50, 50],
|
| - [0, 0, 100, 100]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='box middle'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='smallbox'",
|
| + "rect": [20, 25, 50, 50],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| },
|
| {
|
|
|