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

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

## All results ##

### [/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html](http://w3c-test.org/submissions/4042/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-259128701

Received on Tuesday, 8 November 2016 12:53:15 UTC