Index: LayoutTests/fast/dom/htmloptionscollection-enumerated-properties-expected.txt |
diff --git a/LayoutTests/fast/dom/htmloptionscollection-enumerated-properties-expected.txt b/LayoutTests/fast/dom/htmloptionscollection-enumerated-properties-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c564be095e805a7e9d1ef27ebae54ed1617066b6 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/htmloptionscollection-enumerated-properties-expected.txt |
@@ -0,0 +1,13 @@ |
+This tests verifies the enumerated properties on HTMLOptionsCollection and their order. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS htmlOptionsCollection.__proto__ is HTMLOptionsCollection.prototype |
+PASS htmlOptionsCollection.__proto__.__proto__ is HTMLCollection.prototype |
+PASS htmlOptionsCollection.length is 5 |
+PASS enumeratedProperties is expectedEnumeratedProperties |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |