Title: [154359] trunk/LayoutTests
Revision
154359
Author
[email protected]
Date
2013-08-20 14:44:42 -0700 (Tue, 20 Aug 2013)

Log Message

<https://webkit.org/b/120032> Add DRT test to ensure that AccessibilityObject::stringValue()
of <input type="file"> is meaningful

Following <http://trac.webkit.org/changeset/154332>, add GTK-specific expected results for test
LayoutTests/accessibility/file-upload-button-stringvalue.html.

* platform/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Added; expected failure
results until we fix <https://webkit.org/b/64285>.
* platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (154358 => 154359)


--- trunk/LayoutTests/ChangeLog	2013-08-20 21:22:53 UTC (rev 154358)
+++ trunk/LayoutTests/ChangeLog	2013-08-20 21:44:42 UTC (rev 154359)
@@ -1,3 +1,15 @@
+2013-08-20  Daniel Bates  <[email protected]>
+
+        <https://webkit.org/b/120032> Add DRT test to ensure that AccessibilityObject::stringValue()
+        of <input type="file"> is meaningful
+
+        Following <http://trac.webkit.org/changeset/154332>, add GTK-specific expected results for test
+        LayoutTests/accessibility/file-upload-button-stringvalue.html.
+
+        * platform/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Added; expected failure
+        results until we fix <https://webkit.org/b/64285>.
+        * platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt: Added.
+
 2013-08-20  Tim Horton  <[email protected]>
 
         Failing test expectations for two tests

Added: trunk/LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt (0 => 154359)


--- trunk/LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt	2013-08-20 21:44:42 UTC (rev 154359)
@@ -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/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt (0 => 154359)


--- trunk/LayoutTests/platform/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt	2013-08-20 21:44:42 UTC (rev 154359)
@@ -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

Reply via email to