Changeset 151965 in webkit
- Timestamp:
- Jun 25, 2013, 9:16:50 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r151960 r151965 1 2013-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 1 17 2013-06-25 Denis Nomiyama <d.nomiyama@samsung.com> 2 18 -
trunk/LayoutTests/platform/efl/accessibility/aria-option-role-expected.txt
r147722 r151965 7 7 8 8 firstChild.role is AXRole: AXListItem 9 PASS firstChild.title is 'AXTitle: option 1' 9 firstChild.title is AXTitle: option 1 10 10 secondChild.role is AXRole: AXListItem 11 PASS secondChild.description is 'AXDescription: label 2' 11 secondChild.description is AXDescription: label 2 12 12 PASS firstChild.childrenCount is 0 13 13 PASS secondChild.childrenCount is 0 -
trunk/LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt
r130823 r151965 7 7 8 8 firstChild.role is AXRole: list item 9 PASS firstChild.title is 'AXTitle: option 1' 9 firstChild.title is AXTitle: option 1 10 10 secondChild.role is AXRole: list item 11 PASS secondChild.description is 'AXDescription: label 2' 11 secondChild.description is AXDescription: label 2 12 12 PASS firstChild.childrenCount is 0 13 13 PASS secondChild.childrenCount is 0
Note:
See TracChangeset
for help on using the changeset viewer.