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

Side by Side Diff: LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt

Issue 290143007: canvas.getContext with alpha:undefined should behave like alpha:true (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
(Empty)
1 Testing default value:
2 PASS actualContextAttributes.alpha is true
3 PASS actualContextAttributes.depth is true
4 PASS actualContextAttributes.stencil is false
5 PASS actualContextAttributes.premultipliedAlpha is true
6 PASS actualContextAttributes.preserveDrawingBuffer is false
7 PASS actualContextAttributes.failIfMajorPerformanceCaveat is false
8
9 Testing undefined value:
10 PASS actualContextAttributes.alpha is true
11 PASS actualContextAttributes.depth is true
12 PASS actualContextAttributes.stencil is false
13 PASS actualContextAttributes.premultipliedAlpha is true
14 PASS actualContextAttributes.preserveDrawingBuffer is false
15 PASS actualContextAttributes.failIfMajorPerformanceCaveat is false
16
17 Testing null value:
18 PASS actualContextAttributes.alpha is true
19 PASS actualContextAttributes.depth is true
20 PASS actualContextAttributes.stencil is false
21 PASS actualContextAttributes.premultipliedAlpha is true
22 PASS actualContextAttributes.preserveDrawingBuffer is false
23 PASS actualContextAttributes.failIfMajorPerformanceCaveat is false
24
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698