[webkit-changes] [WebKit/WebKit] 2701cc: AX: Make help-text.html and list-detection2.html a...

Tyler Wilcock noreply at github.com
Tue Apr 4 17:08:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2701cc7bd554c3820e742313baf779d5d818d402
      https://github.com/WebKit/WebKit/commit/2701cc7bd554c3820e742313baf779d5d818d402
  Author: Tyler Wilcock <tyler_w at apple.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    M LayoutTests/accessibility/help-text-expected.txt
    M LayoutTests/accessibility/help-text.html
    M LayoutTests/accessibility/list-detection2-expected.txt
    M LayoutTests/accessibility/list-detection2.html
    M LayoutTests/platform/glib/accessibility/help-text-expected.txt

  Log Message:
  -----------
  AX: Make help-text.html and list-detection2.html async-friendly so they can pass consistently in ITM
https://bugs.webkit.org/show_bug.cgi?id=254981
rdar://problem/107600415

Reviewed by Andres Gonzalez.

Both of these tests dynamically assign an id to elements via JS without waiting for accessibility to update.

This patch assigns static ids to the elements in help-text.html, and keeps the dynamaic ids in list-detection2.html but makes the test async.

* LayoutTests/accessibility/help-text-expected.txt:
* LayoutTests/accessibility/help-text.html:
* LayoutTests/accessibility/list-detection2-expected.txt:
* LayoutTests/accessibility/list-detection2.html:
* LayoutTests/platform/glib/accessibility/help-text-expected.txt:

Canonical link: https://commits.webkit.org/262601@main




More information about the webkit-changes mailing list