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

Testing in **Firefox**
Files changed:
 * /home/travis/build/w3c/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html

All results were stable

## All results ##

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

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

Received on Thursday, 20 October 2016 13:52:01 UTC