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

Unified Diff: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/perspective-origin-overflow-hidden.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt b/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
index b15c157f986321f72ebac3e26755cc1aa34a2bac..1b13f90e2cf4b8646cfc140281a81ba2fd29b80b 100644
--- a/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
@@ -11,11 +11,12 @@
"position": [108, 108],
"children": [
{
+ "transformOrigin": [50, 50],
"shouldFlattenTransform": false,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
- [-0.25, -0.25, 1, -0.005],
+ [0, 0, 1, -0.005],
[0, 0, 0, 1]
],
"children": [
@@ -126,11 +127,12 @@ After:
"position": [108, 108],
"children": [
{
+ "transformOrigin": [50, 50],
"shouldFlattenTransform": false,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
- [-0.25, -0.25, 1, -0.005],
+ [0, 0, 1, -0.005],
[0, 0, 0, 1]
],
"children": [
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/perspective-origin-overflow-hidden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698