Re: [html-tests] Write more tests for HTMLAllCollection (document.all) (#4037)

# Chrome #
Testing revision ce5347785da055bd446512964e9d633f0a015530
Starting 10 test iterations
All results were stable

## All results ##

### /html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html ###
|                            Subtest                             | Results |
|----------------------------------------------------------------|---------|
|                                                                | OK      |
| legacy caller with invalid name                                | FAIL    |
| item method with "array index property name" as number         | PASS    |
| item method with no argument                                   | FAIL    |
| legacy caller with invalid "array index property name"         | FAIL    |
| item method returning collection                               | PASS    |
| legacy caller with no argument                                 | FAIL    |
| legacy caller                                                  | PASS    |
| collections are new live HTMLCollection instances              | FAIL    |
| length attribute                                               | PASS    |
| document.all is an HTMLAllCollection                           | PASS    |
| item method                                                    | PASS    |
| indexed property getter                                        | PASS    |
| indexed property getter out of range                           | PASS    |
| named property getter with "array index property name"         | PASS    |
| namedItem method                                               | PASS    |
| namedItem method with "array index property name"              | PASS    |
| namedItem method with no argument                              | PASS    |
| named property getter with dot syntax                          | PASS    |
| item method with invalid name                                  | FAIL    |
| namedItem method with invalid name                             | PASS    |
| named property getter with invalid name                        | PASS    |
| item method with invalid "array index property name"           | FAIL    |
| namedItem method with invalid "array index property name"      | PASS    |
| legacy caller with "array index property name" as number       | PASS    |
| named property getter with invalid "array index property name" | PASS    |
| named property getter returning collection                     | PASS    |
| legacy caller with "array index property name"                 | PASS    |
| named property getter                                          | PASS    |
| legacy caller returning collection                             | PASS    |
| item method with "array index property name"                   | PASS    |
| namedItem method returning collection                          | PASS    |

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4037#issuecomment-256437135

Received on Wednesday, 26 October 2016 18:31:18 UTC