Bug 83289 - HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test
Summary: HTMLSelectElement does not have a getter for namedItem. This fixes the invali...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Erik Arvidsson
URL: http://www.whatwg.org/specs/web-apps/...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 10:12 PDT by Erik Arvidsson
Modified: 2012-04-05 12:08 PDT (History)
2 users (show)

See Also:


Attachments
Patch (8.17 KB, patch)
2012-04-05 10:13 PDT, Erik Arvidsson
no flags Details | Formatted Diff | Diff
Patch (10.25 KB, patch)
2012-04-05 10:36 PDT, Erik Arvidsson
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-04-05 10:12:13 PDT
HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test
Comment 1 Erik Arvidsson 2012-04-05 10:13:48 PDT
Created attachment 135847 [details]
Patch
Comment 2 Erik Arvidsson 2012-04-05 10:18:00 PDT
HTMLSelectElement does not have a getter for namedItem
HTMLOptionsCollection inherits the getter for namedItem from HTMLCollection
Comment 3 Erik Arvidsson 2012-04-05 10:36:33 PDT
Created attachment 135853 [details]
Patch
Comment 4 Ryosuke Niwa 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.
Comment 5 Erik Arvidsson 2012-04-05 12:08:48 PDT
Committed r113351: <http://trac.webkit.org/changeset/113351>