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

Side by Side Diff: LayoutTests/platform/linux/virtual/softwarecompositing/iframes/invisible-nested-iframe-hide-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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 1 8 "children": [
9 (GraphicsLayer 9 {
10 (position 18.00 10.00) 10 "position": [18, 10],
11 (bounds 210.00 210.00) 11 "bounds": [210, 210],
12 (contentsOpaque 1) 12 "contentsOpaque": true,
13 (drawsContent 1) 13 "drawsContent": true,
14 (backgroundColor #0000FF) 14 "backgroundColor": "#0000FF"
15 ) 15 }
16 ) 16 ]
17 ) 17 }
18 ) 18 ]
19 ) 19 }
20 20
21 21
22 -------- 22 --------
23 Frame: '-->' 23 Frame: '-->'
24 -------- 24 --------
25 (GraphicsLayer 25 {
26 (bounds 285.00 193.00) 26 "bounds": [285, 193],
27 (children 1 27 "children": [
28 (GraphicsLayer 28 {
29 (bounds 285.00 193.00) 29 "bounds": [285, 193],
30 (drawsContent 1) 30 "drawsContent": true,
31 (children 1 31 "children": [
32 (GraphicsLayer 32 {
33 (position 8.00 8.00) 33 "position": [8, 8],
34 (bounds 252.00 172.00) 34 "bounds": [252, 172],
35 (drawsContent 1) 35 "drawsContent": true,
36 (children 1 36 "children": [
37 (GraphicsLayer 37 {
38 (position 1.00 1.00) 38 "position": [1, 1],
39 (children 1 39 "children": [
40 (GraphicsLayer 40 {
41 (bounds 250.00 170.00) 41 "bounds": [250, 170],
42 (children 1 42 "children": [
43 (GraphicsLayer 43 {
44 (children 1 44 "children": [
45 (GraphicsLayer 45 {
46 (bounds 250.00 230.00) 46 "bounds": [250, 230],
47 (children 1 47 "children": [
48 (GraphicsLayer 48 {
49 (bounds 250.00 230.00) 49 "bounds": [250, 230],
50 (drawsContent 1) 50 "drawsContent": true,
51 (children 1 51 "children": [
52 (GraphicsLayer 52 {
53 (position 18.00 10.00) 53 "position": [18, 10],
54 (bounds 210.00 210.00) 54 "bounds": [210, 210],
55 (contentsOpaque 1) 55 "contentsOpaque": true,
56 (drawsContent 1) 56 "drawsContent": true,
57 (backgroundColor #0000FF) 57 "backgroundColor": "#0000FF"
58 ) 58 }
59 ) 59 ]
60 ) 60 }
61 ) 61 ]
62 ) 62 }
63 ) 63 ]
64 ) 64 }
65 ) 65 ]
66 ) 66 }
67 ) 67 ]
68 ) 68 }
69 ) 69 ]
70 ) 70 }
71 ) 71 ]
72 ) 72 }
73 ) 73 ]
74 ) 74 }
75 75
76 76
77 -------- 77 --------
78 Frame: '/-->' 78 Frame: '/-->'
79 -------- 79 --------
80 (GraphicsLayer 80 {
81 (bounds 250.00 230.00) 81 "bounds": [250, 230],
82 (children 1 82 "children": [
83 (GraphicsLayer 83 {
84 (bounds 250.00 230.00) 84 "bounds": [250, 230],
85 (drawsContent 1) 85 "drawsContent": true,
86 (children 1 86 "children": [
87 (GraphicsLayer 87 {
88 (position 18.00 10.00) 88 "position": [18, 10],
89 (bounds 210.00 210.00) 89 "bounds": [210, 210],
90 (contentsOpaque 1) 90 "contentsOpaque": true,
91 (drawsContent 1) 91 "drawsContent": true,
92 (backgroundColor #0000FF) 92 "backgroundColor": "#0000FF"
93 ) 93 }
94 ) 94 ]
95 ) 95 }
96 ) 96 ]
97 ) 97 }
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698