This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13699 - Update CanvasPixelArray tests for clamping
Summary: Update CanvasPixelArray tests for clamping
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ms2ger
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 13:11 UTC by Ms2ger
Modified: 2011-12-15 21:34 UTC (History)
4 users (show)

See Also:


Attachments

Description Ms2ger 2011-08-06 13:11:19 UTC
The canvas tests should be updated to reflect bug 10930. Philip, how quickly do you think you will get to that?
Comment 1 Philip Taylor 2011-08-06 18:47:23 UTC
At my current rate of making minor changes to the tests, I expect it will be months.
Comment 2 Ms2ger 2011-08-09 19:11:58 UTC
I've updated the test myself. Philip, could you perhaps review?

http://dvcs.w3.org/hg/html/rev/fc0bc0be8320
Comment 3 Ms2ger 2011-08-10 16:22:01 UTC
And

http://dvcs.w3.org/hg/html/rev/5024529c5cad
Comment 4 Charles Pritchard 2011-12-15 21:29:43 UTC
Will CanvasPixelArray be an instance of Uint8ClampedArray ? Apologies if this is off-topic. As this bug is about CanvasPixelArray clamping tests, I'd like to know if the following test will be introduced:
(CanvasPixelArray instanceof Uint8ClampedArray) === true;
Comment 5 Ms2ger 2011-12-15 21:31:30 UTC
Actually, CanvasPixelArray has been removed entirely.
Comment 6 Charles Pritchard 2011-12-15 21:34:00 UTC
(In reply to comment #5)
> Actually, CanvasPixelArray has been removed entirely.

Aha! Thanks for the quick answer.