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

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

Issue 795833004: Use dictionaries for context creation attributes. Eliminate custom bindings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt b/LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt
index a6fd57ae3fd4a932e8eb98fc086cd76a583ac6d6..da13a12d836b9ed48020980ab30fb3847494670e 100644
--- a/LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt
+++ b/LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value-expected.txt
@@ -15,10 +15,10 @@ PASS actualContextAttributes.preserveDrawingBuffer is false
PASS actualContextAttributes.failIfMajorPerformanceCaveat is false
Testing null value:
-PASS actualContextAttributes.alpha is true
-PASS actualContextAttributes.depth is true
+PASS actualContextAttributes.alpha is false
+PASS actualContextAttributes.depth is false
PASS actualContextAttributes.stencil is false
-PASS actualContextAttributes.premultipliedAlpha is true
+PASS actualContextAttributes.premultipliedAlpha is false
PASS actualContextAttributes.preserveDrawingBuffer is false
PASS actualContextAttributes.failIfMajorPerformanceCaveat is false
« no previous file with comments | « LayoutTests/fast/canvas/webgl/webgl-context-attributes-default-value.html ('k') | Source/bindings/IDLExtendedAttributes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698