[webkit-changes] [WebKit/WebKit] e36c7a: AX: Update accessibility/w3c-svg-name-calculation....

AndresGonzalezApple noreply at github.com
Fri Sep 29 19:16:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e36c7a7ca9f6647635c650df884b29b0f2102924
      https://github.com/WebKit/WebKit/commit/e36c7a7ca9f6647635c650df884b29b0f2102924
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M LayoutTests/accessibility/w3c-svg-name-calculation.html
    M LayoutTests/platform/glib/accessibility/w3c-svg-name-calculation-expected.txt
    M LayoutTests/platform/mac/accessibility/w3c-svg-name-calculation-expected.txt

  Log Message:
  -----------
  AX: Update accessibility/w3c-svg-name-calculation.html to run faster.
https://bugs.webkit.org/show_bug.cgi?id=262390
<rdar://problem/116250618>

Reviewed by Tyler Wilcock.

This test runs slowly, particularly in ITM, for the number of debug() calls. This cuts down the execution time by bufferring the output and writing it out at the end. Some code cleanup and update.

* LayoutTests/accessibility/w3c-svg-name-calculation.html:
* LayoutTests/platform/glib/accessibility/w3c-svg-name-calculation-expected.txt:
* LayoutTests/platform/mac/accessibility/w3c-svg-name-calculation-expected.txt:

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




More information about the webkit-changes mailing list