Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-non-stacking-context-descendant-move.html

Issue 1949723002: Remove failure expectations of crbug.com/524596 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698