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

Side by Side Diff: LayoutTests/platform/win-xp/compositing/rtl/rtl-iframe-fixed-overflow-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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "bounds": [400, 400], 10 "bounds": [400, 400],
11 "drawsContent": true, 11 "drawsContent": true,
12 "children": [ 12 "children": [
13 { 13 {
14 "children": [ 14 "children": [
15 { 15 {
16 "bounds": [400, 400], 16 "bounds": [385, 385],
17 "children": [ 17 "children": [
18 { 18 {
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [400, 400], 21 "position": [-615, 0],
22 "bounds": [1000, 1000],
22 "children": [ 23 "children": [
23 { 24 {
24 "bounds": [400, 400], 25 "bounds": [1000, 1000],
25 "drawsContent": true, 26 "drawsContent": true,
26 "children": [ 27 "children": [
27 { 28 {
28 "position": [50, 50], 29 "position": [665, 50],
29 "bounds": [100, 100], 30 "bounds": [100, 100],
30 "contentsOpaque": true, 31 "contentsOpaque": true,
31 "drawsContent": true, 32 "drawsContent": true,
32 "backgroundColor": "#008000" 33 "backgroundColor": "#008000"
33 } 34 }
34 ] 35 ]
35 } 36 }
36 ] 37 ]
37 } 38 }
38 ] 39 ]
39 } 40 }
40 ] 41 ]
42 },
43 {
44 "bounds": [15, 385],
45 "drawsContent": true
46 },
47 {
48 "position": [15, 385],
49 "bounds": [385, 15],
50 "drawsContent": true
51 },
52 {
53 "position": [0, 385],
54 "bounds": [15, 15],
55 "drawsContent": true
41 } 56 }
42 ] 57 ]
43 } 58 }
44 ] 59 ]
45 } 60 }
46 ] 61 ]
47 } 62 }
48 ] 63 ]
49 } 64 }
50 65
51 66
52 -------- 67 --------
53 Frame: '<!--framePath //<!--frame0-->-->' 68 Frame: '<!--framePath //<!--frame0-->-->'
54 -------- 69 --------
55 { 70 {
56 "bounds": [400, 400], 71 "position": [-615, 0],
72 "bounds": [1000, 1000],
57 "children": [ 73 "children": [
58 { 74 {
59 "bounds": [400, 400], 75 "bounds": [1000, 1000],
60 "drawsContent": true, 76 "drawsContent": true,
61 "children": [ 77 "children": [
62 { 78 {
63 "position": [50, 50], 79 "position": [665, 50],
64 "bounds": [100, 100], 80 "bounds": [100, 100],
65 "contentsOpaque": true, 81 "contentsOpaque": true,
66 "drawsContent": true, 82 "drawsContent": true,
67 "backgroundColor": "#008000" 83 "backgroundColor": "#008000"
68 } 84 }
69 ] 85 ]
70 } 86 }
71 ] 87 ]
72 } 88 }
73 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698