Bug 66537

Summary: Test how DOMTokenList methods react to too few arguments
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, mjs, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66235    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Mark Pilgrim (Google) 2011-08-18 22:07:26 PDT
DOMTokenList.item()
DOMTokenList.contains()
DOMTokenList.add()
DOMTokenList.remove()
DOMTokenList.toggle()
Comment 1 Mark Pilgrim (Google) 2011-08-18 22:09:09 PDT
Created attachment 104460 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-18 22:58:22 PDT
Comment on attachment 104460 [details]
Patch

Attachment 104460 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9435097

New failing tests:
fast/dom/HTMLElement/class-list-quirks.html
Comment 3 Adam Barth 2011-08-19 11:23:39 PDT
> fast/dom/HTMLElement/class-list-quirks.html

This probably uses the same JS files in quirks mode.
Comment 4 Adam Barth 2011-09-03 14:27:04 PDT
Mark, can you update this patch so that it passes all the tests?
Comment 5 Adam Barth 2011-10-06 09:38:02 PDT
Created attachment 109967 [details]
Patch for landing
Comment 6 WebKit Review Bot 2011-10-06 10:21:52 PDT
Comment on attachment 109967 [details]
Patch for landing

Clearing flags on attachment: 109967

Committed r96827: <http://trac.webkit.org/changeset/96827>
Comment 7 WebKit Review Bot 2011-10-06 10:21:56 PDT
All reviewed patches have been landed.  Closing bug.