| Index: LayoutTests/fast/forms/file/selected-file-survives-navigation-expected.txt
|
| diff --git a/LayoutTests/fast/forms/file/selected-file-survives-navigation-expected.txt b/LayoutTests/fast/forms/file/selected-file-survives-navigation-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b435f9738032e0e81b94010a0da2c9c4c323402f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/file/selected-file-survives-navigation-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Check that the value of an <input type="file"> sourced from a drag-and-drop operation survives navigation
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS fileInput.files.length is 1
|
| +PASS fileInput.files.item(0).name is "foo.txt"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +To run this test manually, drag a file named "foo.txt" onto this box.
|
| +
|
| +
|
|
|