Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5eba5138685519363fd6acc999cd79e0de5cf62
      
https://github.com/WebKit/WebKit/commit/c5eba5138685519363fd6acc999cd79e0de5cf62
  Author: Diego Pino Garcia <[email protected]>
  Date:   2026-08-19 (Wed, 19 Aug 2026)

  Changed paths:
    M LayoutTests/accessibility/svg-text.html
    M LayoutTests/platform/glib/TestExpectations
    A LayoutTests/platform/glib/accessibility/svg-text-expected.txt

  Log Message:
  -----------
  [GLIB][a11y] accessibility/svg-text.html is failing since added in r262500
https://bugs.webkit.org/show_bug.cgi?id=212805

Reviewed by Tyler Wilcock.

The test needs a separate codepath for GLIB ports and a specific
baseline. There are several reasons for that:

1) ATSPI returns 'AXRole: AXSection' for an SVGText element, while the
   general baseline expected 'AXRole: AXGroup'.
2) ATSPI exposes a text-node directly on the object, instead of doing
   it in a separate object. That makes 'childrenCount' equal to 0 on
   GLIB ports while the general baseline expects 1 child.

* LayoutTests/accessibility/svg-text.html:
* LayoutTests/platform/glib/accessibility/svg-text-expected.txt: Added.
* LayoutTests/platform/glib/TestExpectations:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to