From a6bf3dd9d038333fc813c557d1e13b09737b637f Mon Sep 17 00:00:00 2001 From: "bfulgham@apple.com" Date: Fri, 27 Mar 2015 20:39:49 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182075 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 12 ++++++++++++ .../aria-toggle-button-with-title-expected.txt | 5 ++++- .../aria-toggle-button-with-title-expected.txt | 15 --------------- .../aria-toggle-button-with-title-expected.txt | 12 ------------ 4 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt delete mode 100755 LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 27c53b8..5990bf8 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,15 @@ +2015-03-27 Brent Fulgham + + 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 Gardening: skipping inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html until crash is fixed. diff --git a/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt b/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt index 3079679..937a3e6 100644 --- a/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt +++ b/LayoutTests/accessibility/aria-toggle-button-with-title-expected.txt @@ -5,7 +5,10 @@ This tests that a toggle button properly exposes the title when there isn't a di 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' diff --git a/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt b/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt deleted file mode 100644 index 937a3e6..0000000 --- a/LayoutTests/platform/mac/accessibility/aria-toggle-button-with-title-expected.txt +++ /dev/null @@ -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' - diff --git a/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt b/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt deleted file mode 100755 index 0d3d6b8..0000000 --- a/LayoutTests/platform/win/accessibility/aria-toggle-button-with-title-expected.txt +++ /dev/null @@ -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' - -- 1.8.3.1