Index: LayoutTests/fast/forms/file/input-file-element-clone-expected.txt |
diff --git a/LayoutTests/fast/forms/file/input-file-element-clone-expected.txt b/LayoutTests/fast/forms/file/input-file-element-clone-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d624a23dbc121c806cf372c9304b7b08688d1245 |
--- /dev/null |
+++ b/LayoutTests/fast/forms/file/input-file-element-clone-expected.txt |
@@ -0,0 +1,14 @@ |
+Make sure that Node.cloneNode() works as expected for file input type. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS file1.value is "C:\\fakepath\\input-file-element-clone.html" |
+PASS file2.value is "C:\\fakepath\\input-file-element-clone.html" |
+PASS file1.value is "C:\\fakepath\\input-file-element-clone-expected.txt" |
+PASS file2.value is "C:\\fakepath\\input-file-element-clone.html" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |
+ |