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

Unified Diff: LayoutTests/compositing/squashing/no-squashing-for-filters-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/squashing/no-squashing-for-filters-expected.txt
diff --git a/LayoutTests/compositing/squashing/clipping-ancestor-expected.txt b/LayoutTests/compositing/squashing/no-squashing-for-filters-expected.txt
similarity index 60%
copy from LayoutTests/compositing/squashing/clipping-ancestor-expected.txt
copy to LayoutTests/compositing/squashing/no-squashing-for-filters-expected.txt
index 423afafd7904f1960c9f675e20048cf915997bbe..ecd61c4ee4416b8521c0afce399d26e8d96cb97a 100644
--- a/LayoutTests/compositing/squashing/clipping-ancestor-expected.txt
+++ b/LayoutTests/compositing/squashing/no-squashing-for-filters-expected.txt
@@ -8,22 +8,25 @@
"children": [
{
"position": [8, 8],
- "bounds": [200, 10],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#ADD8E6"
+ },
+ {
"children": [
{
- "bounds": [200, 10],
- "contentsOpaque": true,
+ "position": [-5, -5],
+ "bounds": [62, 62],
"drawsContent": true,
- "backgroundColor": "#F5F5F5"
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "position": [50, 50],
+ "bounds": [50, 50],
+ "drawsContent": true
}
]
- },
- {
- "position": [8, 0],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#90EE90"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698