RESOLVED FIXED Bug 83289
HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test
https://bugs.webkit.org/show_bug.cgi?id=83289
Summary HTMLSelectElement does not have a getter for namedItem. This fixes the invali...
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.