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

Unified Diff: LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html

Issue 1306993005: Paint invalidation tests of composited-non-stacking-context descendant (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
diff --git a/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html b/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
index c31b53c0a78985b3632b2a3f50a1a894e0c8e1a2..5a81fea52a30631f0e64fee0c6efe03bfa53c645 100644
--- a/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
+++ b/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
@@ -10,10 +10,14 @@
position: relative;
width: 100px;
height: 100px;
+ top: 50px;
Xianzhu 2015/08/25 18:35:59 This is added to avoid it from overlapping with #c
chrishtr 2015/08/25 18:49:03 Please add a test instead of modifying this one. O
Xianzhu 2015/08/25 18:52:40 Actually this fixes coverage of the original test
background-color: green;
}
#composited-non-stacking-context {
+ width: 20px;
+ height: 20px;
+ background-color: white;
Xianzhu 2015/08/25 18:35:59 Note: these properties are added to ensure the div
backface-visibility: hidden;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698