blob: 9f9ea787652b0d5c39ffe371f6b6de7b1ab6f574 [file] [log] [blame]
dbates@webkit.orgcc030562013-08-20 16:50:33 +00001
2This tests the value of stringValue for a single file- and multiple files-<input type="file"> control.
3
4
5Default value (no files selected):
6accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: no file selected
7accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: no files selected
8
9Drag and drop a single file:
10accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: file1.txt
11accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: file1.txt
12
13Drag and drop two files:
14accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: no file selected
15accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files
16