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

Side by Side Diff: LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt

Issue 639293008: Make CSS resize property non-inherited. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New baselines Created 6 years, 2 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 "position": [8, 13], 10 "position": [8, 13],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }, 90 },
91 { 91 {
92 "position": [8, 13], 92 "position": [8, 13],
93 "bounds": [100, 100], 93 "bounds": [100, 100],
94 "drawsContent": true, 94 "drawsContent": true,
95 "children": [ 95 "children": [
96 { 96 {
97 "bounds": [100, 100], 97 "bounds": [100, 100],
98 "children": [ 98 "children": [
99 { 99 {
100 "bounds": [10, 10], 100 "bounds": [10, 10]
101 "drawsContent": true,
102 "children": [
103 {
104
105 }
106 ]
107 } 101 }
108 ] 102 ]
109 }, 103 },
110 { 104 {
111 "children": [ 105 "children": [
112 { 106 {
113 "position": [85, 85], 107 "position": [85, 85],
114 "bounds": [15, 15], 108 "bounds": [15, 15],
115 "drawsContent": true 109 "drawsContent": true
116 } 110 }
117 ] 111 ]
118 } 112 }
119 ] 113 ]
120 } 114 }
121 ] 115 ]
122 } 116 }
123 ] 117 ]
124 } 118 }
125 119
OLDNEW
« no previous file with comments | « LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt ('k') | LayoutTests/fast/overflow/resize-inherit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698