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

Unified Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
index 8f10eb17ff0262728a236201d1ba0c47155a44d8..3b15414b9a641c5cd71d9303b53fdb7407adc183 100644
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
+++ b/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
@@ -1,52 +1,67 @@
The green box appear angled out from the yellow box and embedded in it.
-webkit-transform: translateZ(-100px) rotateY(45deg);
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 108.00 72.00)
- (bounds 304.00 304.00)
- (children 1
- (GraphicsLayer
- (bounds 304.00 304.00)
- (shouldFlattenTransform 0)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (position 12.00 12.00)
- (bounds 280.00 280.00)
- (opacity 0.80)
- (contentsOpaque 1)
- (shouldFlattenTransform 0)
- (3dRenderingContext 1)
- (drawsContent 1)
- (backgroundColor #FFFF00)
- (transform [0.77 -0.56 -0.32 0.00] [0.00 0.50 -0.87 0.00] [0.64 0.66 0.38 0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (position 40.00 40.00)
- (bounds 200.00 200.00)
- (opacity 0.70)
- (contentsOpaque 1)
- (3dRenderingContext 1)
- (drawsContent 1)
- (backgroundColor #008000)
- (transform [0.77 0.00 0.64 0.00] [0.00 1.00 0.00 0.00] [-0.64 0.00 0.77 0.00] [0.00 0.00 50.00 1.00])
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [108, 72],
+ "bounds": [304, 304],
+ "children": [
+ {
+ "bounds": [304, 304],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.002],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [12, 12],
+ "bounds": [280, 280],
+ "opacity": 0.800000011920929,
+ "contentsOpaque": true,
+ "shouldFlattenTransform": false,
+ "3dRenderingContext": 1,
+ "drawsContent": true,
+ "backgroundColor": "#FFFF00",
+ "transform": [
+ [0.766044443118978, -0.556670399226419, -0.32139380484327, 0],
+ [0, 0.5, -0.866025403784439, 0],
+ [0.642787609686539, 0.663413948168938, 0.383022221559489, 0],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "position": [40, 40],
+ "bounds": [200, 200],
+ "opacity": 0.699999988079071,
+ "contentsOpaque": true,
+ "3dRenderingContext": 1,
+ "drawsContent": true,
+ "backgroundColor": "#008000",
+ "transform": [
+ [0.766044443118978, 0, 0.642787609686539, 0],
+ [0, 1, 0, 0],
+ [-0.642787609686539, 0, 0.766044443118978, 0],
+ [0, 0, 50, 1]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698