Bug 43487 - getParameter(DEPTH_RANGE) returns wrong default value.
Summary: getParameter(DEPTH_RANGE) returns wrong default value.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 08:45 PDT by Adrienne Walker
Modified: 2010-08-05 14:15 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2010-08-04 08:45:19 PDT
getParameter(DEPTH_RANGE) appears to be returning [0, 2^31] instead of [0,1].  This causes a failure in LayoutTests/fast/canvas/webgl/gl-get-calls.html on Linux.
Comment 1 Adrienne Walker 2010-08-05 14:15:03 PDT
This appears to be a Chrome bug in the command buffer and not a WebKit bug.  Closing.