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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt

Issue 382303004: Autorebaseline for r177872. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Autorebaseline for r177872. Created 6 years, 5 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
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],
(...skipping 23 matching lines...) Expand all
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ] 41 ]
42 }, 42 },
43 { 43 {
44 "position": [0, 385],
45 "bounds": [385, 15],
46 "drawsContent": true
47 },
48 {
49 "position": [385, 0],
44 "bounds": [15, 385], 50 "bounds": [15, 385],
45 "drawsContent": true 51 "drawsContent": true
46 }, 52 },
47 { 53 {
48 "position": [15, 385], 54 "position": [385, 385],
49 "bounds": [385, 15],
50 "drawsContent": true
51 },
52 {
53 "position": [0, 385],
54 "bounds": [15, 15], 55 "bounds": [15, 15],
55 "drawsContent": true 56 "drawsContent": true
56 } 57 }
57 ] 58 ]
58 } 59 }
59 ] 60 ]
60 } 61 }
61 ] 62 ]
62 } 63 }
63 ] 64 ]
(...skipping 16 matching lines...) Expand all
80 "bounds": [100, 100], 81 "bounds": [100, 100],
81 "contentsOpaque": true, 82 "contentsOpaque": true,
82 "drawsContent": true, 83 "drawsContent": true,
83 "backgroundColor": "#008000" 84 "backgroundColor": "#008000"
84 } 85 }
85 ] 86 ]
86 } 87 }
87 ] 88 ]
88 } 89 }
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698