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

Side by Side Diff: LayoutTests/platform/mac/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 },
47 {
48 "position": [385, 0],
44 "bounds": [15, 385] 49 "bounds": [15, 385]
45 }, 50 },
46 { 51 {
47 "position": [15, 385], 52 "position": [385, 385],
48 "bounds": [385, 15]
49 },
50 {
51 "position": [0, 385],
52 "bounds": [15, 15], 53 "bounds": [15, 15],
53 "drawsContent": true 54 "drawsContent": true
54 } 55 }
55 ] 56 ]
56 } 57 }
57 ] 58 ]
58 } 59 }
59 ] 60 ]
60 } 61 }
61 ] 62 ]
(...skipping 16 matching lines...) Expand all
78 "bounds": [100, 100], 79 "bounds": [100, 100],
79 "contentsOpaque": true, 80 "contentsOpaque": true,
80 "drawsContent": true, 81 "drawsContent": true,
81 "backgroundColor": "#008000" 82 "backgroundColor": "#008000"
82 } 83 }
83 ] 84 ]
84 } 85 }
85 ] 86 ]
86 } 87 }
87 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698