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

Unified Diff: LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt

Issue 547493002: Don't squash layers that have filters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests. 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/filters/sw-shadow-overlaps-hw-layer-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt
diff --git a/LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt b/LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt
index 6e44c215cab88e33ad166856e688d7c408c44b0e..db2d1e68d311ffa9fa1a722f73124253359eafca 100644
--- a/LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt
+++ b/LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt
@@ -7,19 +7,16 @@
"drawsContent": true,
"children": [
{
- "children": [
- {
- "position": [205, 205],
- "transformOrigin": [175, 175],
- "bounds": [225, 225],
- "drawsContent": true,
- "backgroundColor": "#000000"
- },
- {
- "bounds": [225, 225],
- "drawsContent": true
- }
- ]
+ "position": [205, 205],
+ "transformOrigin": [175, 175],
+ "bounds": [225, 225],
+ "drawsContent": true,
+ "backgroundColor": "#000000"
+ },
+ {
+ "bounds": [225, 225],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
}
]
}
« no previous file with comments | « no previous file | LayoutTests/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698