blob: 9f9ea787652b0d5c39ffe371f6b6de7b1ab6f574 [file] [log] [blame]
This tests the value of stringValue for a single file- and multiple files-<input type="file"> control.
Default value (no files selected):
accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: no file selected
accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: no files selected
Drag and drop a single file:
accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: file1.txt
accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: file1.txt
Drag and drop two files:
accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: no file selected
accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files