Changeset 158754 in webkit


Ignore:
Timestamp:
Nov 6, 2013 9:39:01 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[ATK] Providing new table related accessibility expectations after r158742
https://bugs.webkit.org/show_bug.cgi?id=123893

Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-11-06
Reviewed by Chris Fleizach.

New baselines after added missing implementation in r158742.

  • platform/efl-wk1/TestExpectations: Tests are no longer failing.
  • platform/efl-wk2/TestExpectations: Tests are no longer failing.
  • platform/efl-wk2/accessibility/table-attributes-expected.txt: Added.
  • platform/efl-wk2/accessibility/table-sections-expected.txt: Added.
  • platform/efl/accessibility/table-attributes-expected.txt: Added.
  • platform/efl/accessibility/table-sections-expected.txt: Added.
  • platform/gtk-wk2/accessibility/table-attributes-expected.txt: Added.
  • platform/gtk-wk2/accessibility/table-sections-expected.txt: Added.
  • platform/gtk/TestExpectations: Tests are no longer failing.
  • platform/gtk/accessibility/table-attributes-expected.txt: Added.
  • platform/gtk/accessibility/table-sections-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
8 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r158752 r158754  
     12013-11-06  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [ATK] Providing new table related accessibility expectations after r158742
     4        https://bugs.webkit.org/show_bug.cgi?id=123893
     5
     6        Reviewed by Chris Fleizach.
     7
     8        New baselines after added missing implementation in r158742.
     9
     10        * platform/efl-wk1/TestExpectations: Tests are no longer failing.
     11        * platform/efl-wk2/TestExpectations: Tests are no longer failing.
     12        * platform/efl-wk2/accessibility/table-attributes-expected.txt: Added.
     13        * platform/efl-wk2/accessibility/table-sections-expected.txt: Added.
     14        * platform/efl/accessibility/table-attributes-expected.txt: Added.
     15        * platform/efl/accessibility/table-sections-expected.txt: Added.
     16        * platform/gtk-wk2/accessibility/table-attributes-expected.txt: Added.
     17        * platform/gtk-wk2/accessibility/table-sections-expected.txt: Added.
     18        * platform/gtk/TestExpectations: Tests are no longer failing.
     19        * platform/gtk/accessibility/table-attributes-expected.txt: Added.
     20        * platform/gtk/accessibility/table-sections-expected.txt: Added.
     21
    1222013-11-06  Jer Noble  <jer.noble@apple.com>
    223
  • trunk/LayoutTests/platform/efl-wk1/TestExpectations

    r158675 r158754  
    142142accessibility/multiselect-list-reports-active-option.html [ Skip ]
    143143accessibility/radio-button-group-members.html [ Skip ]
    144 accessibility/table-attributes.html [ Skip ]
    145144accessibility/table-cell-spans.html [ Skip ]
    146145accessibility/table-cells.html [ Skip ]
    147146accessibility/table-detection.html [ Skip ]
    148147accessibility/table-one-cell.html [ Skip ]
    149 accessibility/table-sections.html [ Skip ]
    150148accessibility/table-with-rules.html [ Skip ]
    151149
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r158576 r158754  
    177177webkit.org/b/116970 accessibility/multiselect-list-reports-active-option.html [ Missing ]
    178178webkit.org/b/98348  accessibility/radio-button-group-members.html [ Missing ]
    179 webkit.org/b/98348  accessibility/table-attributes.html [ Missing ]
    180 webkit.org/b/98348  accessibility/table-sections.html [ Missing ]
    181179
    182180accessibility/media-element.html [ Missing ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r158740 r158754  
    9797webkit.org/b/98348 accessibility/internal-link-anchors2.html [ WontFix Missing ]
    9898webkit.org/b/98348 accessibility/radio-button-group-members.html [ WontFix Missing ]
    99 webkit.org/b/98348 accessibility/table-attributes.html [ WontFix Missing ]
    100 webkit.org/b/98348 accessibility/table-sections.html [ WontFix Missing ]
    10199
    102100# Feature disabled, see: https://bugs.webkit.org/show_bug.cgi?id=85425
Note: See TracChangeset for help on using the changeset viewer.