From: commit-queue@webkit.org Date: Tue, 27 Aug 2013 15:04:22 +0000 (+0000) Subject: [EFL] Added new accessibility expectations after r154332 X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ad0b1eef385c4f7252f98ed922beb49b23066ae0;hp=0f04005341e10de129f058abc6b0db0f76b30c21 [EFL] Added new accessibility expectations after r154332 https://bugs.webkit.org/show_bug.cgi?id=120359 Unreviewed EFL gardening. Patch by Krzysztof Czech 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 --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 29599a6b2bc4..23f8c8114a5e 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2013-08-27 Krzysztof Czech + + [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 Web Inspector: Column Breakpoint not working, may be off by 1 diff --git a/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt b/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt new file mode 100644 index 000000000000..0d1c11cc7dc8 --- /dev/null +++ b/LayoutTests/platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt @@ -0,0 +1,16 @@ + +This tests the value of stringValue for a single file- and multiple files- 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 + diff --git a/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt b/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt new file mode 100644 index 000000000000..60171684d573 --- /dev/null +++ b/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt @@ -0,0 +1,16 @@ + +This tests the value of stringValue for a single file- and multiple files- 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 +