Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / file-input-change-event-expected.txt
blobaff2c220b0c9c5650c379073d1e00a01763f6c30
1  
2 This tests the condition that triggers a 'change' event on file input forms.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Test that the 'change' event is triggered on a single file form when a selected file is changed:
8 PASS singleFileInput.value is "C:\\fakepath\\foo.txt"
9 PASS changeDispatched is true
10 PASS singleFileInput.value is "C:\\fakepath\\bar.txt"
11 PASS changeDispatched is true
12 PASS singleFileInput.value is "C:\\fakepath\\bar.txt"
13 PASS changeDispatched is false
14 PASS singleFileInput.value is "C:\\fakepath\\foo.txt"
15 PASS changeDispatched is true
16 PASS singleFileInput.value is "C:\\fakepath\\baz.png"
17 PASS changeDispatched is true
19 Test that the 'change' event is triggered on a multiple file form when a selected file is changed:
20 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
21 PASS changeDispatched is true
22 PASS multipleFilesInput.value is "C:\\fakepath\\bar.txt"
23 PASS changeDispatched is true
24 PASS multipleFilesInput.value is "C:\\fakepath\\bar.txt"
25 PASS changeDispatched is false
26 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
27 PASS changeDispatched is true
28 Test that the 'change' event is triggered on a multiple file form when selected files are changed:
29 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
30 PASS changeDispatched is true
31 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
32 PASS changeDispatched is true
33 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
34 PASS changeDispatched is true
35 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
36 PASS changeDispatched is true
37 PASS multipleFilesInput.value is "C:\\fakepath\\foo.txt"
38 PASS changeDispatched is true
39 PASS multipleFilesInput.value is "C:\\fakepath\\bar.txt"
40 PASS changeDispatched is true
41 PASS multipleFilesInput.value is "C:\\fakepath\\bar.txt"
42 PASS changeDispatched is false
43 PASS successfullyParsed is true
45 TEST COMPLETE