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

Unified Diff: LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-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
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/bounds-ignores-hidden-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt
diff --git a/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt b/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt
index 5414d6c97c592ea45099ddc0d9df0e17f679694b..269124ef459b770b0a6517dabd4297ba7000142b 100644
--- a/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt
+++ b/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt
@@ -11,13 +11,7 @@
{
"transformOrigin": [50, 50],
"bounds": [500, 250],
- "drawsContent": true,
- "children": [
- {
- "bounds": [500, 250],
- "drawsContent": true
- }
- ]
+ "drawsContent": true
},
{
"children": [
@@ -25,13 +19,7 @@
"position": [0, 250],
"transformOrigin": [50, 50],
"bounds": [150, 150],
- "drawsContent": true,
- "children": [
- {
- "bounds": [150, 150],
- "drawsContent": true
- }
- ]
+ "drawsContent": true
},
{
"bounds": [792, 100],
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/bounds-ignores-hidden-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698