blob: 4a5de2d2542589ea5efe7235db81e15d44ee8081 [file] [log] [blame]
dbates@webkit.orgdd0e80e2013-08-20 21:44:42 +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):
mario@webkit.orgff8cf0f2013-09-27 09:44:20 +00006accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
7accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
dbates@webkit.orgdd0e80e2013-08-20 21:44:42 +00008
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: (None)
15accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files
16