Changeset 151965 in webkit


Ignore:
Timestamp:
Jun 25, 2013, 9:16:50 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[AX][ATK] Update accessibility baselines after r151953
https://bugs.webkit.org/show_bug.cgi?id=117983

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

Updating aria-option-role-expected.txt for EFL and GTK after the changes in aria-option-role.html test (r151953).
Moving platform aria-checkbox-text.html to LayoutTests/accessibility. Baseline is the same for mac, gtk, efl. Windows port has it's own specific version.

  • accessibility/aria-checkbox-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-checkbox-text-expected.txt.
  • platform/efl/accessibility/aria-checkbox-text-expected.txt: Removed.
  • platform/efl/accessibility/aria-option-role-expected.txt:
  • platform/gtk/accessibility/aria-checkbox-text-expected.txt: Removed.
  • platform/gtk/accessibility/aria-option-role-expected.txt:
Location:
trunk/LayoutTests
Files:
2 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r151960 r151965  
     12013-06-25  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [AX][ATK] Update accessibility baselines after r151953
     4        https://bugs.webkit.org/show_bug.cgi?id=117983
     5
     6        Reviewed by Chris Fleizach.
     7
     8        Updating aria-option-role-expected.txt for EFL and GTK after the changes in aria-option-role.html test (r151953).
     9        Moving platform aria-checkbox-text.html to LayoutTests/accessibility. Baseline is the same for mac, gtk, efl. Windows port has it's own specific version.
     10
     11        * accessibility/aria-checkbox-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-checkbox-text-expected.txt.
     12        * platform/efl/accessibility/aria-checkbox-text-expected.txt: Removed.
     13        * platform/efl/accessibility/aria-option-role-expected.txt:
     14        * platform/gtk/accessibility/aria-checkbox-text-expected.txt: Removed.
     15        * platform/gtk/accessibility/aria-option-role-expected.txt:
     16
    1172013-06-25  Denis Nomiyama  <d.nomiyama@samsung.com>
    218
  • trunk/LayoutTests/platform/efl/accessibility/aria-option-role-expected.txt

    r147722 r151965  
    77
    88firstChild.role is AXRole: AXListItem
    9 PASS firstChild.title is 'AXTitle: option 1'
     9firstChild.title is AXTitle: option 1
    1010secondChild.role is AXRole: AXListItem
    11 PASS secondChild.description is 'AXDescription: label 2'
     11secondChild.description is AXDescription: label 2
    1212PASS firstChild.childrenCount is 0
    1313PASS secondChild.childrenCount is 0
  • trunk/LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt

    r130823 r151965  
    77
    88firstChild.role is AXRole: list item
    9 PASS firstChild.title is 'AXTitle: option 1'
     9firstChild.title is AXTitle: option 1
    1010secondChild.role is AXRole: list item
    11 PASS secondChild.description is 'AXDescription: label 2'
     11secondChild.description is AXDescription: label 2
    1212PASS firstChild.childrenCount is 0
    1313PASS secondChild.childrenCount is 0
Note: See TracChangeset for help on using the changeset viewer.