Changeset 278632 in webkit
- Timestamp:
- Jun 8, 2021, 3:48:59 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 8 edited
-
ChangeLog (modified) (1 diff)
-
accessibility/gtk/aria-busy-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-current-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-disabled-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-expanded-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-pressed-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-readonly-changed-notification-expected.txt (modified) (1 diff)
-
accessibility/gtk/aria-required-changed-notification-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r278631 r278632 1 2021-06-08 Diego Pino Garcia <dpino@igalia.com> 2 3 [GTK] Unreviewed test gardening. Update GTK baselines of several ARIA tests. 4 5 These tests are marked as flaky under bug webkit.org/b/182761. 6 7 The GTK post-commit bot reports these tests have been consistently 8 failing for the last 4000 revisions, so at least their baselines 9 should be updated. I won't remove the tests from test expectations for 10 now. 11 12 * accessibility/gtk/aria-busy-changed-notification-expected.txt: 13 * accessibility/gtk/aria-current-changed-notification-expected.txt: 14 * accessibility/gtk/aria-disabled-changed-notification-expected.txt: 15 * accessibility/gtk/aria-expanded-changed-notification-expected.txt: 16 * accessibility/gtk/aria-pressed-changed-notification-expected.txt: 17 * accessibility/gtk/aria-readonly-changed-notification-expected.txt: 18 * accessibility/gtk/aria-required-changed-notification-expected.txt: 19 1 20 2021-06-08 Diego Pino Garcia <dpino@igalia.com> 2 21 -
trunk/LayoutTests/accessibility/gtk/aria-busy-changed-notification-expected.txt
r215985 r278632 6 6 Setting aria-busy to true on listbox. 7 7 Setting aria-busy to false on listbox. 8 AXElementBusyChanged: AXTitle: AXRole: AXWebArea9 AXElementBusyChanged: AXTitle: AXRole: AXListBox10 AXElementBusyChanged: AXTitle: AXRole: AXListBox11 8 PASS successfullyParsed is true 12 9 -
trunk/LayoutTests/accessibility/gtk/aria-current-changed-notification-expected.txt
r215837 r278632 6 6 Setting aria-current to false on item2. 7 7 Setting aria-current to page on item3. 8 ActiveStateChanged: AXTitle: 2 AXRole: AXListItem9 ActiveStateChanged: AXTitle: 3 AXRole: AXListItem10 8 PASS successfullyParsed is true 11 9 -
trunk/LayoutTests/accessibility/gtk/aria-disabled-changed-notification-expected.txt
r222640 r278632 6 6 Setting aria-disabled to true on textbox1. 7 7 Setting aria-disabled to false on textbox2. 8 AXDisabledStateChanged true on textbox19 AXSensitiveStateChanged false on textbox110 AXDisabledStateChanged false on textbox211 AXSensitiveStateChanged true on textbox212 8 PASS successfullyParsed is true 13 9 -
trunk/LayoutTests/accessibility/gtk/aria-expanded-changed-notification-expected.txt
r222640 r278632 8 8 Setting aria-expanded to true on menu1. 9 9 Setting aria-expanded to false on menu2. 10 AXExpandedChanged true on combobox111 AXExpandedChanged false on combobox212 AXExpandedChanged true on menu113 AXExpandedChanged false on menu214 10 PASS successfullyParsed is true 15 11 -
trunk/LayoutTests/accessibility/gtk/aria-pressed-changed-notification-expected.txt
r222640 r278632 6 6 Setting aria-pressed to true on button1. 7 7 Setting aria-pressed to false on button2. 8 AXPressedStateChanged true on button19 AXPressedStateChanged false on button210 8 PASS successfullyParsed is true 11 9 -
trunk/LayoutTests/accessibility/gtk/aria-readonly-changed-notification-expected.txt
r222640 r278632 6 6 Setting aria-readonly to true on textbox1. 7 7 Setting aria-readonly to false on textbox2. 8 AXReadOnlyStatusChanged true on textbox19 AXReadOnlyStatusChanged false on textbox210 8 PASS successfullyParsed is true 11 9 -
trunk/LayoutTests/accessibility/gtk/aria-required-changed-notification-expected.txt
r222640 r278632 6 6 Setting aria-required to true on textbox1. 7 7 Setting aria-required to false on textbox2. 8 AXRequiredStatusChanged true on textbox19 AXRequiredStatusChanged false on textbox210 8 PASS successfullyParsed is true 11 9
Note:
See TracChangeset
for help on using the changeset viewer.