Re: [html-tests] Test that document.all() and document.all.item() throws (#4042)

# Chrome #
Testing revision 99bde8192fc4c689e1ea357ce672ae850d044f2a
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/4042#issuecomment-256430925

Received on Wednesday, 26 October 2016 18:08:53 UTC