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

Unified Diff: LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt

Issue 497153003: Fix squashing to treat perspective and preserve3d elements as transform ancestors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 4 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/squashing-inside-perspective-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt b/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
similarity index 60%
copy from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt
copy to LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
index f12bdae3a9b284594b18fcbda06f904760475d50..dbe6f6d5aec2a5b04282e0182a8f8893f281c204 100644
--- a/LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt
+++ b/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
@@ -8,28 +8,34 @@
"children": [
{
"position": [8, 8],
- "bounds": [122, 242],
"children": [
{
- "position": [1, 1],
- "bounds": [120, 240],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.001],
+ [0, 0, 0, 1]
+ ],
"children": [
{
- "position": [10, 10],
- "bounds": [100, 100],
+ "bounds": [200, 200],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#0000FF",
+ "backgroundColor": "#00008B",
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
- [0, 0, 1, 1]
+ [0, 74, 200, 1]
]
}
]
}
]
+ },
+ {
+ "position": [8, 8]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698