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

Unified Diff: LayoutTests/compositing/filters/sw-shadow-overlaps-hw-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
Index: LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt
diff --git a/LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt b/LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt
index 421cfcfe3be3756792a18334e489aaaee75056b6..f01b495b9c904114ab14cd4d294e8beea169d20a 100644
--- a/LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt
+++ b/LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt
@@ -7,19 +7,16 @@
"drawsContent": true,
"children": [
{
- "children": [
- {
- "position": [105, 105],
- "transformOrigin": [75, 75],
- "bounds": [125, 125],
- "drawsContent": true,
- "backgroundColor": "#000000"
- },
- {
- "bounds": [125, 125],
- "drawsContent": true
- }
- ]
+ "position": [105, 105],
+ "transformOrigin": [75, 75],
+ "bounds": [125, 125],
+ "drawsContent": true,
+ "backgroundColor": "#000000"
+ },
+ {
+ "bounds": [125, 125],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698