Bug 93014

Summary: DOM4: className should be defined on Element and not on HTMLElement
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: New BugsAssignee: Erik Arvidsson <arv>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, bugzillawebkit, cmarcelo, darin, gustavo, ojan, philn, webkit.review.bot, xan.lopez
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Erik Arvidsson 2012-08-02 11:53:53 PDT
DOM4: className should be defined on Element and not on HTMLElement
Comment 1 Erik Arvidsson 2012-08-02 11:55:04 PDT
Created attachment 156131 [details]
Patch
Comment 2 Adam Barth 2012-08-02 12:03:31 PDT
Comment on attachment 156131 [details]
Patch

Ok.  Looks like you might have some compile errors to work through.
Comment 3 Build Bot 2012-08-02 12:32:04 PDT
Comment on attachment 156131 [details]
Patch

Attachment 156131 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/13425330
Comment 4 Erik Arvidsson 2012-08-02 12:59:15 PDT
Created attachment 156146 [details]
Patch for landing
Comment 5 WebKit Review Bot 2012-08-02 14:28:29 PDT
Comment on attachment 156146 [details]
Patch for landing

Clearing flags on attachment: 156146

Committed r124499: <http://trac.webkit.org/changeset/124499>
Comment 6 WebKit Review Bot 2012-08-02 14:28:34 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Darin Adler 2012-08-03 14:48:30 PDT
Why no regression test? We could test this with SVG, I think.
Comment 8 Adam Barth 2012-08-03 14:52:39 PDT
(In reply to comment #7)
> Why no regression test? We could test this with SVG, I think.

Is there something more you think we should test other than fast/dom/Element/class-name.html in the patch?
Comment 9 Holger Jeromin 2012-08-06 12:44:27 PDT
*** Bug 66284 has been marked as a duplicate of this bug. ***
Comment 10 Alexey Proskuryakov 2012-08-07 15:55:11 PDT
This must have caused bug 93384.
Comment 11 Erik Arvidsson 2012-08-16 12:22:41 PDT
*** Bug 93013 has been marked as a duplicate of this bug. ***