Title: [182075] trunk/LayoutTests
Revision
182075
Author
[email protected]
Date
2015-03-27 13:39:49 -0700 (Fri, 27 Mar 2015)

Log Message

Correct test results after r182012.

The test now produces identical results on all platforms, so update the root test result,
and remove custom non-matching expectations. This corrects Windows, GTK, and EFL builds, and
should not harm the Mac build.

* accessibility/aria-toggle-button-with-title-expected.txt:
* platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182074 => 182075)


--- trunk/LayoutTests/ChangeLog	2015-03-27 20:17:00 UTC (rev 182074)
+++ trunk/LayoutTests/ChangeLog	2015-03-27 20:39:49 UTC (rev 182075)
@@ -1,3 +1,15 @@
+2015-03-27  Brent Fulgham  <[email protected]>
+
+        Correct test results after r182012.
+
+        The test now produces identical results on all platforms, so update the root test result,
+        and remove custom non-matching expectations. This corrects Windows, GTK, and EFL builds, and
+        should not harm the Mac build.
+
+        * accessibility/aria-toggle-button-with-title-expected.txt:
+        * platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
+        * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
+
 2015-03-27  Mark Lam  <[email protected]>
 
         Gardening: skipping inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html until crash is fixed.

Modified: trunk/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt (182074 => 182075)


--- trunk/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:17:00 UTC (rev 182074)
+++ trunk/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:39:49 UTC (rev 182075)
@@ -5,7 +5,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Role: AXRole: AXToggleButton
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Role: AXRole: AXCheckBox
 PASS tbutton1.title is 'AXTitle: Toggle button'
 Role: AXRole: AXButton
 PASS button.title is 'AXTitle: Button title'

Deleted: trunk/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt (182074 => 182075)


--- trunk/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:17:00 UTC (rev 182074)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:39:49 UTC (rev 182075)
@@ -1,15 +0,0 @@
-Toggle button
-Button title
-This tests that a toggle button properly exposes the title when there isn't a direct relation and textUnderElement is required to be used.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Role: AXRole: AXCheckBox
-PASS tbutton1.title is 'AXTitle: Toggle button'
-Role: AXRole: AXButton
-PASS button.title is 'AXTitle: Button title'
-

Deleted: trunk/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt (182074 => 182075)


--- trunk/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:17:00 UTC (rev 182074)
+++ trunk/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt	2015-03-27 20:39:49 UTC (rev 182075)
@@ -1,12 +0,0 @@
-Toggle button
-Button title
-This tests that a toggle button properly exposes the title when there isn't a direct relation and textUnderElement is required to be used.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Role: AXRole: AXCheckBox
-PASS tbutton1.title is 'AXTitle: Toggle button'
-Role: AXRole: AXButton
-PASS button.title is 'AXTitle: Button title'
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to