Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: LayoutTests/fast/forms/file/selected-file-survives-navigation-expected.txt

Issue 428733008: Failing test for http://crbug.com/398366. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tweaked. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/forms/file/selected-file-survives-navigation.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Check that the value of an <input type="file"> sourced from a drag-and-drop oper ation survives navigation
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS fileInput.files.length is 1
7 PASS fileInput.files.item(0).name is "foo.txt"
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11 To run this test manually, drag a file named "foo.txt" onto this box.
12
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/file/selected-file-survives-navigation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698