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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt

Issue 535553002: Only allocate a foreground layer for a CLM if there are composited negative-z-index-children. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. Created 6 years, 3 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/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt
diff --git a/LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt b/LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt
index 5972a4ca1a434d83d596e2d6c56151c9bceda13c..36fc103d3a6dc070ed759fdd5e46bf16fdf3c411 100644
--- a/LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt
+++ b/LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt
@@ -15,13 +15,7 @@
"bounds": [160, 90],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
- "bounds": [160, 90],
- "drawsContent": true
- }
- ]
+ "backgroundColor": "#FF0000"
},
{
"bounds": [800, 600],

Powered by Google App Engine
This is Rietveld 408576698