summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt')
-rw-r--r--LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt b/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt
new file mode 100644
index 0000000..54dbd7d
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document-expected.txt
@@ -0,0 +1,27 @@
+Test the elements collection when the form is not a descendant of the document. This test case failed in an early version of Acid3.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS i.getAttribute('name') is 'first'
+PASS i.name is 'first'
+PASS i.getAttribute('type') is 'text'
+PASS i.type is 'text'
+PASS i.value is 'test'
+PASS f.elements.length is 1
+PASS f.elements[0] is i
+PASS f.elements.first is i
+PASS f.elements.second is i
+PASS i.getAttribute('name') is 'second'
+PASS i.name is 'second'
+PASS i.getAttribute('type') is 'password'
+PASS i.type is 'password'
+PASS i.value is 'TEST'
+PASS f.elements.length is 1
+PASS f.elements[0] is i
+PASS f.elements.first is undefined
+PASS f.elements.second is i
+PASS successfullyParsed is true
+
+TEST COMPLETE
+