Title: [160095] trunk/LayoutTests
Revision
160095
Author
[email protected]
Date
2013-12-04 09:40:29 -0800 (Wed, 04 Dec 2013)

Log Message

Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.

* accessibility/multiselect-list-reports-active-option-expected.txt: Renamed from LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt.
* platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (160094 => 160095)


--- trunk/LayoutTests/ChangeLog	2013-12-04 16:40:17 UTC (rev 160094)
+++ trunk/LayoutTests/ChangeLog	2013-12-04 17:40:29 UTC (rev 160095)
@@ -1,3 +1,10 @@
+2013-12-04  Mario Sanchez Prada  <[email protected]>
+
+        Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.
+
+        * accessibility/multiselect-list-reports-active-option-expected.txt: Renamed from LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt.
+        * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Removed.
+
 2013-12-03  Alexey Proskuryakov  <[email protected]>
 
         Update WebCrypto JWK mapping to newer proposal

Copied: trunk/LayoutTests/accessibility/multiselect-list-reports-active-option-expected.txt (from rev 160094, trunk/LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt) (0 => 160095)


--- trunk/LayoutTests/accessibility/multiselect-list-reports-active-option-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/accessibility/multiselect-list-reports-active-option-expected.txt	2013-12-04 17:40:29 UTC (rev 160095)
@@ -0,0 +1,27 @@
+
+This tests that navigating in a multiselect list updates selection and the active selected option and sends a notification.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS accessibleOne.isSelected is true
+PASS accessibleOne.isSelectedOptionActive is true
+PASS accessibleTwo.isSelected is false
+PASS accessibleTwo.isSelectedOptionActive is false
+PASS accessibleThree.isSelected is false
+PASS accessibleThree.isSelectedOptionActive is false
+PASS accessibleOne.isSelected is false
+PASS accessibleOne.isSelectedOptionActive is false
+PASS accessibleTwo.isSelected is true
+PASS accessibleTwo.isSelectedOptionActive is true
+PASS accessibleThree.isSelected is false
+PASS accessibleThree.isSelectedOptionActive is false
+PASS accessibleOne.isSelected is false
+PASS accessibleOne.isSelectedOptionActive is false
+PASS accessibleTwo.isSelected is true
+PASS accessibleTwo.isSelectedOptionActive is false
+PASS accessibleThree.isSelected is true
+PASS accessibleThree.isSelectedOptionActive is true
+
+TEST COMPLETE
+

Deleted: trunk/LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt (160094 => 160095)


--- trunk/LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt	2013-12-04 16:40:17 UTC (rev 160094)
+++ trunk/LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt	2013-12-04 17:40:29 UTC (rev 160095)
@@ -1,27 +0,0 @@
-
-This tests that navigating in a multiselect list updates selection and the active selected option and sends a notification.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS accessibleOne.isSelected is true
-PASS accessibleOne.isSelectedOptionActive is true
-PASS accessibleTwo.isSelected is false
-PASS accessibleTwo.isSelectedOptionActive is false
-PASS accessibleThree.isSelected is false
-PASS accessibleThree.isSelectedOptionActive is false
-PASS accessibleOne.isSelected is false
-PASS accessibleOne.isSelectedOptionActive is false
-PASS accessibleTwo.isSelected is true
-PASS accessibleTwo.isSelectedOptionActive is true
-PASS accessibleThree.isSelected is false
-PASS accessibleThree.isSelectedOptionActive is false
-PASS accessibleOne.isSelected is false
-PASS accessibleOne.isSelectedOptionActive is false
-PASS accessibleTwo.isSelected is true
-PASS accessibleTwo.isSelectedOptionActive is false
-PASS accessibleThree.isSelected is true
-PASS accessibleThree.isSelectedOptionActive is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt (160094 => 160095)


--- trunk/LayoutTests/platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt	2013-12-04 16:40:17 UTC (rev 160094)
+++ trunk/LayoutTests/platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt	2013-12-04 17:40:29 UTC (rev 160095)
@@ -1,27 +0,0 @@
-
-This tests that navigating in a multiselect list updates selection and the active selected option and sends a notification.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS accessibleOne.isSelected is true
-FAIL accessibleOne.isSelectedOptionActive should be true. Was false.
-PASS accessibleTwo.isSelected is false
-PASS accessibleTwo.isSelectedOptionActive is false
-PASS accessibleThree.isSelected is false
-PASS accessibleThree.isSelectedOptionActive is false
-PASS accessibleOne.isSelected is false
-PASS accessibleOne.isSelectedOptionActive is false
-PASS accessibleTwo.isSelected is true
-FAIL accessibleTwo.isSelectedOptionActive should be true. Was false.
-PASS accessibleThree.isSelected is false
-PASS accessibleThree.isSelectedOptionActive is false
-PASS accessibleOne.isSelected is false
-PASS accessibleOne.isSelectedOptionActive is false
-PASS accessibleTwo.isSelected is true
-PASS accessibleTwo.isSelectedOptionActive is false
-PASS accessibleThree.isSelected is true
-FAIL accessibleThree.isSelectedOptionActive should be true. Was false.
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to