Chromium Code Reviews| Index: LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt |
| diff --git a/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt b/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6862645560f24d379adb3b9d509d05f9793c719f |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt |
| @@ -0,0 +1,15 @@ |
| +This tests verifies the enumerated properties on HTMLAllCollection and their order. |
| + |
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| + |
| + |
| +PASS htmlAllCollection.__proto__ is HTMLAllCollection.prototype |
| +FAIL htmlAllCollection.__proto__.__proto__ should be [object Object]. Was [object Object]. |
|
Inactive
2014/02/11 20:36:00
We don't follow the spec here.
|
| +PASS htmlAllCollection.length is 35 |
| +PASS enumeratedProperties is expectedEnumeratedProperties |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |
| + |
| + |