From 9357d8e151bb4576652280ab682fc5ab68d25c3c Mon Sep 17 00:00:00 2001 From: "commit-queue@webkit.org" Date: Wed, 5 Dec 2012 17:42:27 +0000 Subject: [PATCH] [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines https://bugs.webkit.org/show_bug.cgi?id=104000 Patch by Krzysztof Czech on 2012-12-05 Reviewed by Chris Fleizach. Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html. * platform/efl-wk2/TestExpectations: * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added. * platform/efl-wk2/accessibility/table-cells-expected.txt: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@136704 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 13 +++++++ LayoutTests/platform/efl-wk2/TestExpectations | 2 - .../table-cell-spans-expected.txt | 39 +++++++++++++++++++ .../accessibility/table-cells-expected.txt | 32 +++++++++++++++ 4 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt create mode 100644 LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index e5d8b78634ca..3b08daaef457 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,16 @@ +2012-12-05 Krzysztof Czech + + [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines + https://bugs.webkit.org/show_bug.cgi?id=104000 + + Reviewed by Chris Fleizach. + + Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html. + + * platform/efl-wk2/TestExpectations: + * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added. + * platform/efl-wk2/accessibility/table-cells-expected.txt: Added. + 2012-12-05 Pavel Feldman Web Inspector: Don't include error message text in the editor buffer. diff --git a/LayoutTests/platform/efl-wk2/TestExpectations b/LayoutTests/platform/efl-wk2/TestExpectations index f280395a7ce9..2d2e69916682 100644 --- a/LayoutTests/platform/efl-wk2/TestExpectations +++ b/LayoutTests/platform/efl-wk2/TestExpectations @@ -287,8 +287,6 @@ accessibility/radio-button-group-members.html [ Skip ] accessibility/svg-bounds.html [ Skip ] accessibility/svg-image.html [ Skip ] accessibility/table-attributes.html [ Skip ] -accessibility/table-cell-spans.html [ Skip ] -accessibility/table-cells.html [ Skip ] accessibility/table-detection.html [ Skip ] accessibility/table-one-cell.html [ Skip ] accessibility/table-sections.html [ Skip ] diff --git a/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt b/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt new file mode 100644 index 000000000000..aa20c4d20173 --- /dev/null +++ b/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt @@ -0,0 +1,39 @@ +Cell A +COLSPAN="2" +ROWSPAN="2" Cell B +COLSPAN="2" +2,3 2,4 +Cell C +ROWSPAN="2" 3,2 3,3 3,4 +4,2 4,3 4,4 +---------------------- +{ 0, 0 } +toolkit:WebKitEfl +{0, 2}, {0, 2} + +---------------------- +{ 1, 1 } +toolkit:WebKitEfl +{0, 2}, {0, 2} + +---------------------- +{ 3, 0 } +toolkit:WebKitEfl +{2, 2}, {0, 1} + +---------------------- +{ 2, 0 } +toolkit:WebKitEfl +{2, 2}, {0, 1} + +---------------------- +{ 2, 3 } +toolkit:WebKitEfl +{2, 1}, {3, 1} + +---------------------- +{ 10, 10 } + +{0, 0}, {0, 0} + + diff --git a/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt b/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt new file mode 100644 index 000000000000..fcc6342bdf52 --- /dev/null +++ b/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt @@ -0,0 +1,32 @@ +Example #1: Nested Stubs +Ruritanian +Population +Survey All +Genders By Gender +Males Females +All Regions North 3333 1111 2222 +South 3333 1111 2222 +South 3333 1111 2222 +South 3333 1111 2222 +------------------------ +[0,0] +toolkit:WebKitEfl +------------------------ +[3,1] +toolkit:WebKitEfl +------------------------ +[1,1] +toolkit:WebKitEfl +------------------------ +[2,2] +toolkit:WebKitEfl +------------------------ +[3,5] +toolkit:WebKitEfl +------------------------ +[100,0] + +------------------------ +[0,100] + + -- 2.36.0