Title: [156389] trunk/LayoutTests
Revision
156389
Author
[email protected]
Date
2013-09-25 05:50:16 -0700 (Wed, 25 Sep 2013)

Log Message

[EFL] Updated accessibility expectations after r154781 and r155599
https://bugs.webkit.org/show_bug.cgi?id=121901

Unreviewed EFL gardening.

Patch by Krzysztof Czech <[email protected]> on 2013-09-25

* platform/efl/accessibility/menu-list-sends-change-notification-expected.txt:
* platform/efl/accessibility/notification-listeners-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (156388 => 156389)


--- trunk/LayoutTests/ChangeLog	2013-09-25 12:33:27 UTC (rev 156388)
+++ trunk/LayoutTests/ChangeLog	2013-09-25 12:50:16 UTC (rev 156389)
@@ -1,3 +1,13 @@
+2013-09-25  Krzysztof Czech  <[email protected]>
+
+        [EFL] Updated accessibility expectations after r154781 and r155599
+        https://bugs.webkit.org/show_bug.cgi?id=121901
+
+        Unreviewed EFL gardening.
+
+        * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt:
+        * platform/efl/accessibility/notification-listeners-expected.txt:
+
 2013-09-25  Gurpreet Kaur  <[email protected]>
 
         :read-write pseudo-class should not be applied on <input type="text" disabled>

Modified: trunk/LayoutTests/platform/efl/accessibility/menu-list-sends-change-notification-expected.txt (156388 => 156389)


--- trunk/LayoutTests/platform/efl/accessibility/menu-list-sends-change-notification-expected.txt	2013-09-25 12:33:27 UTC (rev 156388)
+++ trunk/LayoutTests/platform/efl/accessibility/menu-list-sends-change-notification-expected.txt	2013-09-25 12:50:16 UTC (rev 156389)
@@ -4,4 +4,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
+Got notification: AXFocusedUIElementChanged
 
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/efl/accessibility/notification-listeners-expected.txt (156388 => 156389)


--- trunk/LayoutTests/platform/efl/accessibility/notification-listeners-expected.txt	2013-09-25 12:33:27 UTC (rev 156388)
+++ trunk/LayoutTests/platform/efl/accessibility/notification-listeners-expected.txt	2013-09-25 12:50:16 UTC (rev 156389)
@@ -5,9 +5,13 @@
 
 
 Slider
-FAIL selectNotificationCount should be 1. Was 0.
-FAIL sliderNotificationCount should be 1. Was 0.
-FAIL globalNotificationCount should be 2. Was 0.
+SELECT AXInvalidStatusChanged
+GLOBAL AXInvalidStatusChanged on element with role AXRole: AXComboBox
+SLIDER AXValueChanged
+GLOBAL AXValueChanged on element with role AXRole: AXSlider
+PASS selectNotificationCount is 1
+PASS sliderNotificationCount is 1
+PASS globalNotificationCount is 2
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to