Title: [156659] trunk/LayoutTests
Revision
156659
Author
commit-qu...@webkit.org
Date
2013-09-30 09:32:07 -0700 (Mon, 30 Sep 2013)

Log Message

[EFL] Changed expectation for accessibility/file-upload-button-stringvalue.html after r156532
https://bugs.webkit.org/show_bug.cgi?id=122103

Unreviewed EFL gardening.

Patch by Krzysztof Czech <k.cz...@samsung.com> on 2013-09-30

* platform/efl-wk1/TestExpectations: file-upload-button-stringvalue.html fails on efl-wk1.
Unskipped accessibility/heading-level.html. It passes after r156551.
* platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (156658 => 156659)


--- trunk/LayoutTests/ChangeLog	2013-09-30 16:30:46 UTC (rev 156658)
+++ trunk/LayoutTests/ChangeLog	2013-09-30 16:32:07 UTC (rev 156659)
@@ -1,3 +1,14 @@
+2013-09-30  Krzysztof Czech  <k.cz...@samsung.com>
+
+        [EFL] Changed expectation for accessibility/file-upload-button-stringvalue.html after r156532
+        https://bugs.webkit.org/show_bug.cgi?id=122103
+
+        Unreviewed EFL gardening.
+
+        * platform/efl-wk1/TestExpectations: file-upload-button-stringvalue.html fails on efl-wk1.
+        Unskipped accessibility/heading-level.html. It passes after r156551.
+        * platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt:
+
 2013-09-27  Jer Noble  <jer.no...@apple.com>
 
         REGRESSION(r156546): media/video-no-audio.html broken

Modified: trunk/LayoutTests/platform/efl-wk1/TestExpectations (156658 => 156659)


--- trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-09-30 16:30:46 UTC (rev 156658)
+++ trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-09-30 16:32:07 UTC (rev 156659)
@@ -155,7 +155,7 @@
 webkit.org/b/111994 accessibility/canvas-accessibilitynodeobject.html [ Failure ]
 webkit.org/b/111996 accessibility/canvas-fallback-content-2.html [ Failure ]
 webkit.org/b/111999 accessibility/disabled-controls-not-focusable.html [ Failure ]
-webkit.org/b/112000 accessibility/heading-level.html [ Failure ]
+webkit.org/b/122109 accessibility/file-upload-button-stringvalue.html [ Failure ]
 webkit.org/b/112002 accessibility/inline-continuations.html [ Failure ]
 webkit.org/b/112023 accessibility/loading-iframe-updates-axtree.html [ Failure ]
 webkit.org/b/112005 accessibility/onclick-handlers.html [ Failure ]

Modified: trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt (156658 => 156659)


--- trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt	2013-09-30 16:30:46 UTC (rev 156658)
+++ trunk/LayoutTests/platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt	2013-09-30 16:32:07 UTC (rev 156659)
@@ -3,14 +3,14 @@
 
 
 Default value (no files selected):
-accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
+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: (None)
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
 
 Drag and drop two files:
-accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to