[Bug 25242] Blob.close should not set the blob's size to 0 or cause slice() to throw

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25242

--- Comment #8 from Arun <arun@mozilla.com> ---
I think this is fixed:

1. blob.close no longer sets size to 0: 
http://dev.w3.org/2006/webapi/FileAPI/#dfn-close

2. blob.slice() no longer throws:
http://dev.w3.org/2006/webapi/FileAPI/#slice-method-algo

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 7 May 2014 03:05:55 UTC