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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-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 1
2 2
3 3
4 Initial 4 Initial
5 5
6 (GraphicsLayer 6 {
7 (bounds 785.00 626.00) 7 "bounds": [785, 626],
8 (children 1 8 "children": [
9 (GraphicsLayer 9 {
10 (bounds 785.00 626.00) 10 "bounds": [785, 626],
11 (contentsOpaque 1) 11 "contentsOpaque": true,
12 (drawsContent 1) 12 "drawsContent": true,
13 (children 2 13 "children": [
14 (GraphicsLayer 14 {
15 (position 18.00 10.00) 15 "position": [18, 10],
16 (bounds 749.00 145.00) 16 "bounds": [749, 145]
17 ) 17 },
18 (GraphicsLayer 18 {
19 (position 14.00 316.00) 19 "position": [14, 316],
20 (bounds 757.00 153.00) 20 "bounds": [757, 153],
21 (contentsVisible 0) 21 "contentsVisible": false,
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 (position 24.00 24.00) 24 "position": [24, 24],
25 (bounds 100.00 100.00) 25 "bounds": [100, 100]
26 ) 26 }
27 ) 27 ]
28 ) 28 }
29 ) 29 ]
30 ) 30 }
31 ) 31 ]
32 ) 32 }
33 After step 1 33 After step 1
34 34
35 (GraphicsLayer 35 {
36 (bounds 785.00 1078.00) 36 "bounds": [785, 1078],
37 (children 1 37 "children": [
38 (GraphicsLayer 38 {
39 (bounds 785.00 1078.00) 39 "bounds": [785, 1078],
40 (contentsOpaque 1) 40 "contentsOpaque": true,
41 (drawsContent 1) 41 "drawsContent": true,
42 (children 2 42 "children": [
43 (GraphicsLayer 43 {
44 (position 18.00 10.00) 44 "position": [18, 10],
45 (bounds 749.00 145.00) 45 "bounds": [749, 145],
46 (children 1 46 "children": [
47 (GraphicsLayer 47 {
48 (position 20.00 20.00) 48 "position": [20, 20],
49 (bounds 100.00 100.00) 49 "bounds": [100, 100]
50 ) 50 }
51 ) 51 ]
52 ) 52 },
53 (GraphicsLayer 53 {
54 (position 14.00 316.00) 54 "position": [14, 316],
55 (bounds 757.00 153.00) 55 "bounds": [757, 153],
56 (contentsVisible 0) 56 "contentsVisible": false,
57 (children 1 57 "children": [
58 (GraphicsLayer 58 {
59 (position 24.00 24.00) 59 "position": [24, 24],
60 (bounds 100.00 100.00) 60 "bounds": [100, 100]
61 ) 61 }
62 ) 62 ]
63 ) 63 }
64 ) 64 ]
65 ) 65 }
66 ) 66 ]
67 ) 67 }
68 After step 2 68 After step 2
69 69
70 (GraphicsLayer 70 {
71 (bounds 785.00 1625.00) 71 "bounds": [785, 1625],
72 (children 1 72 "children": [
73 (GraphicsLayer 73 {
74 (bounds 785.00 1625.00) 74 "bounds": [785, 1625],
75 (contentsOpaque 1) 75 "contentsOpaque": true,
76 (drawsContent 1) 76 "drawsContent": true,
77 (children 3 77 "children": [
78 (GraphicsLayer 78 {
79 (position 18.00 10.00) 79 "position": [18, 10],
80 (bounds 749.00 145.00) 80 "bounds": [749, 145],
81 (children 1 81 "children": [
82 (GraphicsLayer 82 {
83 (position 20.00 20.00) 83 "position": [20, 20],
84 (bounds 100.00 100.00) 84 "bounds": [100, 100]
85 ) 85 }
86 ) 86 ]
87 ) 87 },
88 (GraphicsLayer 88 {
89 (position 14.00 161.00) 89 "position": [14, 161],
90 (bounds 757.00 153.00) 90 "bounds": [757, 153],
91 (drawsContent 1) 91 "drawsContent": true,
92 (children 1 92 "children": [
93 (GraphicsLayer 93 {
94 (position 24.00 24.00) 94 "position": [24, 24],
95 (bounds 100.00 100.00) 95 "bounds": [100, 100]
96 ) 96 }
97 ) 97 ]
98 ) 98 },
99 (GraphicsLayer 99 {
100 (position 14.00 316.00) 100 "position": [14, 316],
101 (bounds 757.00 153.00) 101 "bounds": [757, 153],
102 (contentsVisible 0) 102 "contentsVisible": false,
103 (children 1 103 "children": [
104 (GraphicsLayer 104 {
105 (position 24.00 24.00) 105 "position": [24, 24],
106 (bounds 100.00 100.00) 106 "bounds": [100, 100]
107 ) 107 }
108 ) 108 ]
109 ) 109 }
110 ) 110 ]
111 ) 111 }
112 ) 112 ]
113 ) 113 }
114 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698