RESOLVED FIXED 66235
Add missing tests for LegacyDefaultOptionalArguments/HTML DOM IDL files
https://bugs.webkit.org/show_bug.cgi?id=66235
Summary Add missing tests for LegacyDefaultOptionalArguments/HTML DOM IDL files
Adam Barth
Reported 2011-08-15 09:33:35 PDT
These APIs changed: DOMTokenList.item() DOMTokenList.contains() DOMTokenList.add() DOMTokenList.remove() DOMTokenList.toggle() DOMURL.createObjectURL() DOMURL.revokeObjectURL() HTMLAnchorElement.getParameter() HTMLButtonElement.setCustomValidity() HTMLFieldSetElement.setCustomValidity() HTMLInputElement.setCustomValidity() HTMLKeygenElement.setCustomValidity() HTMLMediaElement.canPlayType() TimeRanges.start() TimeRanges.end() HTMLAllCollection.namedItem() HTMLAllCollection.tags() See https://bugs.webkit.org/show_bug.cgi?id=65338 for the IDL change.
Attachments
Mark Pilgrim (Google)
Comment 1 2011-08-18 19:53:45 PDT
HTMLAnchorElement.getParameter() is bug 66522.
Mark Pilgrim (Google)
Comment 2 2011-08-18 20:02:11 PDT
HTMLButtonElement.setCustomValidity() is bug 66524.
Mark Pilgrim (Google)
Comment 3 2011-08-18 20:07:53 PDT
HTMLFieldSetElement.setCustomValidity() is bug 66525.
Mark Pilgrim (Google)
Comment 4 2011-08-18 20:12:52 PDT
HTMLInput.setCustomValidity() is bug 66526.
Mark Pilgrim (Google)
Comment 5 2011-08-18 20:17:14 PDT
HTMLKeygenElement.setCustomValidity() is bug 66528.
Mark Pilgrim (Google)
Comment 6 2011-08-18 20:36:09 PDT
HTMLMediaElement.canPlayType() is bug 66530.
Mark Pilgrim (Google)
Comment 7 2011-08-18 20:58:20 PDT
TimeRanges.start() and TimeRanges.end() are bug 66532.
Mark Pilgrim (Google)
Comment 8 2011-08-18 21:11:06 PDT
HTMLAllCollection.namedItem() is bug 66533.
Mark Pilgrim (Google)
Comment 9 2011-08-18 21:24:09 PDT
HTMLAllCollection.tags() is bug 66535.
Mark Pilgrim (Google)
Comment 10 2011-08-18 22:09:27 PDT
DOMTokenList methods are bug 66537.
Mark Pilgrim (Google)
Comment 11 2011-08-18 22:18:55 PDT
DOMURL methods already have tests. See fast/files/create-blob-url-crash.html and fast/files/revoke-blob-url.html
Adam Barth
Comment 12 2011-10-06 09:45:35 PDT
I combined all the set-custom-validity tests into bug 69532. The rest of the bugs should close themselves as the commit queue gets around to them.
Note You need to log in before you can comment on or make changes to this bug.