[Webkit-unassigned] [Bug 58738] Port Mozilla's IndexedDB tests: versionchange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 18 11:46:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58738


Mark Pilgrim <pilgrim at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89937|0                           |1
        is obsolete|                            |




--- Comment #3 from Mark Pilgrim <pilgrim at chromium.org>  2011-04-18 11:46:46 PST ---
Created an attachment (id=90061)
 --> (https://bugs.webkit.org/attachment.cgi?id=90061&action=review)
LayoutTest + expected output file

Put all comments into debug() statements instead and updated expected output file to match.

Added listener for request.onblocked as requested. Yes, we call it one time even though versionchange calls db1.close. Mozilla does not call it at all. Not sure whose bug it is. Can file a separate bug to track it if desired. For now I put in a testPassed() call to document it.

Nested quotes are necessary when the string being compared is a constant. In this case, '1', not 1. If I remove the nested quotes, the assertion fails because it treats 1 as a number and complains of a type mismatch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list