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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/layer-due-to-layer-children-switch-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 This content is in the parent 1 This content is in the parent
2 Box should switch between perspective and flat 2 Box should switch between perspective and flat
3 3
4 First dump layer tree: 4 First dump layer tree:
5 (GraphicsLayer 5 {
6 (bounds 800.00 600.00) 6 "bounds": [800, 600],
7 (children 1 7 "children": [
8 (GraphicsLayer 8 {
9 (bounds 800.00 600.00) 9 "bounds": [800, 600],
10 (contentsOpaque 1) 10 "contentsOpaque": true,
11 (drawsContent 1) 11 "drawsContent": true
12 ) 12 }
13 ) 13 ]
14 ) 14 }
15 15
16 Second dump layer tree: 16 Second dump layer tree:
17 (GraphicsLayer 17 {
18 (bounds 800.00 600.00) 18 "bounds": [800, 600],
19 (children 1 19 "children": [
20 (GraphicsLayer 20 {
21 (bounds 800.00 600.00) 21 "bounds": [800, 600],
22 (contentsOpaque 1) 22 "contentsOpaque": true,
23 (drawsContent 1) 23 "drawsContent": true,
24 (children 1 24 "children": [
25 (GraphicsLayer 25 {
26 (position 8.00 8.00) 26 "position": [8, 8],
27 (bounds 242.00 192.00) 27 "bounds": [242, 192],
28 (drawsContent 1) 28 "drawsContent": true,
29 (children 1 29 "children": [
30 (GraphicsLayer 30 {
31 (position 121.00 41.00) 31 "position": [121, 41],
32 (bounds 250.00 100.00) 32 "bounds": [250, 100],
33 (contentsOpaque 1) 33 "contentsOpaque": true,
34 (drawsContent 1) 34 "drawsContent": true,
35 (backgroundColor #008000) 35 "backgroundColor": "#008000",
36 (transform [0.71 0.00 -0.71 0.00] [0.00 1.00 0.00 0.00] [0.71 0.00 0.71 -0.00] [-50.00 10.00 100.00 0.83]) 36 "transform": [
37 ) 37 [0.707106781186548, 0, -0.707106781186548, 0.00117851130197758],
38 ) 38 [0, 1, 0, 0],
39 ) 39 [0.707106781186548, 0, 0.707106781186548, -0.00117851130197758],
40 ) 40 [-50, 10, 100, 0.833333333333333]
41 ) 41 ]
42 ) 42 }
43 ) 43 ]
44 }
45 ]
46 }
47 ]
48 }
44 49
45 Third dump layer tree: 50 Third dump layer tree:
46 (GraphicsLayer 51 {
47 (bounds 968.00 882.00) 52 "bounds": [785, 962],
48 (children 1 53 "children": [
49 (GraphicsLayer 54 {
50 (bounds 968.00 882.00) 55 "bounds": [785, 962],
51 (contentsOpaque 1) 56 "contentsOpaque": true,
52 (drawsContent 1) 57 "drawsContent": true
53 ) 58 }
54 ) 59 ]
55 ) 60 }
56 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698