| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
|
| index 14edfcd58d8a1e2dfbc5d74b8ee0c4b36a485fcc..ce5ebd7ae7b5c0c0ac04b1618335117b04a4deb7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
|
| @@ -9,18 +9,14 @@
|
| {
|
| "name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
|
| "position": [38, 38],
|
| - "bounds": [90, 90],
|
| + "bounds": [20, 70],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backfaceVisibility": "hidden",
|
| "backgroundColor": "#008000",
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
|
| - "rect": [0, 0, 70, 70],
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
|
| "rect": [-30, -30, 50, 100],
|
| "reason": "subtree"
|
| },
|
| @@ -28,6 +24,11 @@
|
| "object": "LayoutBlockFlow DIV class='child'",
|
| "rect": [-30, -30, 50, 50],
|
| "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
|
| + "rect": [0, 0, 10, 60],
|
| + "reason": "full"
|
| }
|
| ]
|
| },
|
|
|