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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-nested-iframes-expected.txt

Issue 2608423002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: NeedsRebaseline for failed layout tests Created 3 years, 11 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 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [785, 1650], 6 "bounds": [785, 1650],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "bounds": [210, 210], 131 "bounds": [210, 210],
132 "contentsOpaque": true, 132 "contentsOpaque": true,
133 "drawsContent": true, 133 "drawsContent": true,
134 "backgroundColor": "#0000FF" 134 "backgroundColor": "#0000FF"
135 }, 135 },
136 { 136 {
137 "name": "LayoutBlockFlow (positioned) DIV id='banner'", 137 "name": "LayoutBlockFlow (positioned) DIV id='banner'",
138 "position": [0, 100], 138 "position": [0, 100],
139 "bounds": [785, 120], 139 "bounds": [785, 120],
140 "drawsContent": true, 140 "drawsContent": true,
141 "backgroundColor": "#0000007F" 141 "backgroundColor": "#00000080"
142 } 142 }
143 ] 143 ]
144 } 144 }
145 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698