| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b77c78b21b66be80e09c37c95f1820d8ee871603
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<body style="background: linear-gradient(white, lightgray); background-attachment: fixed">
|
| +<div id="div" style="width: 100px; height: 100px; background-color: green"></div>
|
| +<div style="height: 2000px">
|
| +Tests descendant background change in a view having composited background.
|
| +Passes if there is a green square.
|
| +</div>
|
| +</body>
|
|
|