https://bugs.webkit.org/show_bug.cgi?id=120359
Unreviewed EFL gardening.
Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-08-27
* platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt: Added.
* platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154684
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-27 Krzysztof Czech <k.czech@samsung.com>
+
+ [EFL] Added new accessibility expectations after r154332
+ https://bugs.webkit.org/show_bug.cgi?id=120359
+
+ Unreviewed EFL gardening.
+
+ * platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt: Added.
+ * platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Added.
+
2013-08-27 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Column Breakpoint not working, may be off by 1
--- /dev/null
+
+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: Choose File
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: Choose Files
+
+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: (None)
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files
+
--- /dev/null
+
+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: Choose File
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: Choose Files
+
+Drag and drop a single file:
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: Choose File
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: Choose Files
+
+Drag and drop two files:
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: Choose File
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: Choose Files
+