| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html b/third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html
|
| index a464f5cb9a5021c0a84cd7d42c2a116a4077e4fe..509c1e1c19a7a7b27f1fb7fd5945dddc31506c13 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html
|
| @@ -27,11 +27,10 @@ body {
|
| backface-visibility: hidden;
|
| }
|
| </style>
|
| -<div id="indicator"></div>
|
| +<div id="indicator">The test fails if you see this.</div>
|
| <div id="composited-non-stacking-context">
|
| - <div id="block"></div>
|
| + <div id="block">The test passes if there is no red.</div>
|
| </div>
|
| -This test passes if there is a green square without red.
|
| <script src="../../resources/run-after-layout-and-paint.js"></script>
|
| <script>
|
| runAfterLayoutAndPaint(function() {
|
|
|