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 11916 - 2d.drawImage.incomplete partially invalid
Summary: 2d.drawImage.incomplete partially invalid
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philip Taylor
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 12:37 UTC by Ms2ger
Modified: 2011-02-23 18:42 UTC (History)
3 users (show)

See Also:


Attachments

Description Ms2ger 2011-01-29 12:37:32 UTC
It looks like the spec now wants img.complete to be true in
<http://www.w3c-test.org/html/tests/approved/canvas/2d.drawImage.incomplete.html>
<http://www.whatwg.org/html/#dom-img-complete>

Philip, could you check?
Comment 2 Philip Taylor 2011-02-23 18:42:59 UTC
http://dvcs.w3.org/hg/html/rev/5bfdbef872e3 should fix the tests for not-fully-decodable images, and removes the explicit checks of img.complete since that's now unrelated to canvas behaviour.