[webkit-changes] [WebKit/WebKit] 127b49: AX: aria-description/ariaDescription IDL harness t...

Ahmad Saleem noreply at github.com
Fri Sep 29 10:38:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 127b493dc96160d84b6fc59b22eb14468129f93a
      https://github.com/WebKit/WebKit/commit/127b493dc96160d84b6fc59b22eb14468129f93a
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M LayoutTests/accessibility/ARIA-reflection-expected.txt
    M LayoutTests/accessibility/ARIA-reflection.html
    M LayoutTests/imported/w3c/web-platform-tests/html/dom/aria-attribute-reflection-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/wai-aria/idlharness.window-expected.txt
    M Source/WebCore/accessibility/AriaAttributes.idl

  Log Message:
  -----------
  AX: aria-description/ariaDescription IDL harness tests failing

https://bugs.webkit.org/show_bug.cgi?id=257141
rdar://problem/109668891

Reviewed by Ryosuke Niwa.

This patch aligns WebKit with Blink / Chromium, Gecko / Firefox and Web-Specification [1].

[1] https://w3c.github.io/aria/#idl-interface

This PR is to add missing 'ariaDescription' in IDL file to fix failing tests.

* Source/WebCore/accessibility/AriaAttributes.idl:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/aria-attribute-reflection-expected.txt: Rebaselined
* LayoutTests/imported/w3c/web-platform-tests/wai-aria/idlharness.window-expected.txt: Rebaselined
* LayoutTests/accessibility/ARIA-reflection.html: Rebaselined
* LayoutTests/accessibility/ARIA-reflection-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list