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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/overflow-trumps-transform-style-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 preserve-3d 1 preserve-3d
2 flat 2 flat
3 (GraphicsLayer 3 {
4 (bounds 800.00 600.00) 4 "bounds": [800, 600],
5 (children 1 5 "children": [
6 (GraphicsLayer 6 {
7 (bounds 800.00 600.00) 7 "bounds": [800, 600],
8 (contentsOpaque 1) 8 "contentsOpaque": true,
9 (drawsContent 1) 9 "drawsContent": true,
10 (children 2 10 "children": [
11 (GraphicsLayer 11 {
12 (position 18.00 10.00) 12 "position": [18, 10],
13 (bounds 100.00 100.00) 13 "bounds": [100, 100],
14 (contentsOpaque 1) 14 "contentsOpaque": true,
15 (shouldFlattenTransform 0) 15 "shouldFlattenTransform": false,
16 (3dRenderingContext 1) 16 "3dRenderingContext": 1,
17 (drawsContent 1) 17 "drawsContent": true,
18 (backgroundColor #0000FF) 18 "backgroundColor": "#0000FF",
19 (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 1.00 1.00]) 19 "transform": [
20 ) 20 [1, 0, 0, 0],
21 (GraphicsLayer 21 [0, 1, 0, 0],
22 (position 18.00 120.00) 22 [0, 0, 1, 0],
23 (bounds 100.00 100.00) 23 [0, 0, 1, 1]
24 (contentsOpaque 1) 24 ]
25 (drawsContent 1) 25 },
26 (backgroundColor #0000FF) 26 {
27 (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 1.00 1.00]) 27 "position": [18, 120],
28 ) 28 "bounds": [100, 100],
29 ) 29 "contentsOpaque": true,
30 ) 30 "drawsContent": true,
31 ) 31 "backgroundColor": "#0000FF",
32 ) 32 "transform": [
33 [1, 0, 0, 0],
34 [0, 1, 0, 0],
35 [0, 0, 1, 0],
36 [0, 0, 1, 1]
37 ]
38 }
39 ]
40 }
41 ]
42 }
33 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698