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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-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 (children 2 10 "children": [
11 (GraphicsLayer 11 {
12 (bounds 304.00 304.00) 12 "bounds": [304, 304],
13 (drawsContent 1) 13 "drawsContent": true,
14 (children 1 14 "children": [
15 (GraphicsLayer 15 {
16 (position 2.00 2.00) 16 "position": [2, 2],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 300.00 300.00) 19 "bounds": [300, 300],
20 (children 1 20 "children": [
21 (GraphicsLayer 21 {
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 (bounds 300.00 300.00) 24 "bounds": [300, 300],
25 (children 1 25 "children": [
26 (GraphicsLayer 26 {
27 (bounds 300.00 300.00) 27 "bounds": [300, 300],
28 (drawsContent 1) 28 "drawsContent": true,
29 (children 1 29 "children": [
30 (GraphicsLayer 30 {
31 (position 18.00 10.00) 31 "position": [18, 10],
32 (bounds 210.00 210.00) 32 "bounds": [210, 210],
33 (contentsOpaque 1) 33 "contentsOpaque": true,
34 (drawsContent 1) 34 "drawsContent": true,
35 (backgroundColor #0000FF) 35 "backgroundColor": "#0000FF"
36 ) 36 }
37 ) 37 ]
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 ) 43 ]
44 ) 44 }
45 ) 45 ]
46 ) 46 }
47 ) 47 ]
48 ) 48 },
49 (GraphicsLayer 49 {
50 (position 250.00 0.00) 50 "position": [250, 0],
51 (bounds 304.00 304.00) 51 "bounds": [304, 304],
52 (drawsContent 1) 52 "drawsContent": true
53 ) 53 }
54 ) 54 ]
55 ) 55 }
56 ) 56 ]
57 ) 57 }
58 ) 58 ]
59 ) 59 }
60 60
61 61
62 -------- 62 --------
63 Frame: '-->' 63 Frame: '-->'
64 -------- 64 --------
65 (GraphicsLayer 65 {
66 (bounds 300.00 300.00) 66 "bounds": [300, 300],
67 (children 1 67 "children": [
68 (GraphicsLayer 68 {
69 (bounds 300.00 300.00) 69 "bounds": [300, 300],
70 (drawsContent 1) 70 "drawsContent": true,
71 (children 1 71 "children": [
72 (GraphicsLayer 72 {
73 (position 18.00 10.00) 73 "position": [18, 10],
74 (bounds 210.00 210.00) 74 "bounds": [210, 210],
75 (contentsOpaque 1) 75 "contentsOpaque": true,
76 (drawsContent 1) 76 "drawsContent": true,
77 (backgroundColor #0000FF) 77 "backgroundColor": "#0000FF"
78 ) 78 }
79 ) 79 ]
80 ) 80 }
81 ) 81 ]
82 ) 82 }
83 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698