Auto merge of #9407 - KiChjang:radio-node-list, r=nox

Implement RadioNodeList

I also had to implement the NamedGetter for HTMLFormControlsCollection as well, since that's the only consumer of RadioNodeList and I wanted to see which wpt test passes.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9407)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-29 14:04:16 +05:30
commit 0c5591a8ec
12 changed files with 178 additions and 60 deletions

View file

@ -193,6 +193,7 @@ var interfaceNamesInGlobalScope = [
"PerformanceTiming",
"ProcessingInstruction",
"ProgressEvent",
"RadioNodeList",
"Range",
"Screen",
"Storage",