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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt

Issue 2608423002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: Rebaseline expectations for win and mac 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", 10 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
(...skipping 22 matching lines...) Expand all
33 "position": [13, 203], 33 "position": [13, 203],
34 "bounds": [50, 50], 34 "bounds": [50, 50],
35 "drawsContent": true, 35 "drawsContent": true,
36 "backgroundColor": "#008000" 36 "backgroundColor": "#008000"
37 }, 37 },
38 { 38 {
39 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
40 "position": [13, 268], 40 "position": [13, 268],
41 "bounds": [50, 50], 41 "bounds": [50, 50],
42 "drawsContent": true, 42 "drawsContent": true,
43 "backgroundColor": "#00FF007F" 43 "backgroundColor": "#00FF0080"
44 } 44 }
45 ] 45 ]
46 } 46 }
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698