Bug 83289

Summary: HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: New BugsAssignee: Erik Arvidsson <arv>
Status: RESOLVED FIXED    
Severity: Normal CC: ojan, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element
Attachments:
Description Flags
Patch
none
Patch rniwa: review+

Erik Arvidsson
Reported 2012-04-05 10:12:13 PDT
HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test
Attachments
Patch (8.17 KB, patch)
2012-04-05 10:13 PDT, Erik Arvidsson
no flags
Patch (10.25 KB, patch)
2012-04-05 10:36 PDT, Erik Arvidsson
rniwa: review+
Erik Arvidsson
Comment 1 2012-04-05 10:13:48 PDT
Erik Arvidsson
Comment 2 2012-04-05 10:18:00 PDT
HTMLSelectElement does not have a getter for namedItem HTMLOptionsCollection inherits the getter for namedItem from HTMLCollection
Erik Arvidsson
Comment 3 2012-04-05 10:36:33 PDT
Ryosuke Niwa
Comment 4 2012-04-05 12:02:10 PDT
Comment on attachment 135853 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135853&action=review > LayoutTests/ChangeLog:7 > + Please add a link to the spec.
Erik Arvidsson
Comment 5 2012-04-05 12:08:48 PDT
Note You need to log in before you can comment on or make changes to this bug.