Index: LayoutTests/fast/dom/HTMLOptionElement/option-constructor-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLOptionElement/option-constructor-expected.txt b/LayoutTests/fast/dom/HTMLOptionElement/option-constructor-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f03cc12c764128d11348837db961c5969611b233 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/HTMLOptionElement/option-constructor-expected.txt |
@@ -0,0 +1,13 @@ |
+Tests the HTMLOptionElement constructor. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS select.options[0].selected is false |
+PASS select.options[0].defaultSelected is false |
+PASS select.options[1].selected is true |
+PASS select.options[1].defaultSelected is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |