Title: [154684] trunk/LayoutTests
- Revision
- 154684
- Author
- [email protected]
- Date
- 2013-08-27 08:04:22 -0700 (Tue, 27 Aug 2013)
Log Message
[EFL] Added new accessibility expectations after r154332
https://bugs.webkit.org/show_bug.cgi?id=120359
Unreviewed EFL gardening.
Patch by Krzysztof Czech <[email protected]> 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.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (154683 => 154684)
--- trunk/LayoutTests/ChangeLog 2013-08-27 15:00:07 UTC (rev 154683)
+++ trunk/LayoutTests/ChangeLog 2013-08-27 15:04:22 UTC (rev 154684)
@@ -1,3 +1,13 @@
+2013-08-27 Krzysztof Czech <[email protected]>
+
+ [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 <[email protected]>
Web Inspector: Column Breakpoint not working, may be off by 1
Added: trunk/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt (0 => 154684)
--- trunk/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt 2013-08-27 15:04:22 UTC (rev 154684)
@@ -0,0 +1,16 @@
+
+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
+
Added: trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt (0 => 154684)
--- trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt 2013-08-27 15:04:22 UTC (rev 154684)
@@ -0,0 +1,16 @@
+
+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
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes