[webkit-changes] [WebKit/WebKit] e79a6f: default-properties-on-the-math-root.html fails

Frédéric Wang noreply at github.com
Sat Nov 12 09:54:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e79a6f098c8145928414848379e7d679fb3ff5a6
      https://github.com/WebKit/WebKit/commit/e79a6f098c8145928414848379e7d679fb3ff5a6
  Author: Frédéric Wang <fred.wang at free.fr>
  Date:   2022-11-12 (Sat, 12 Nov 2022)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt
    R LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt
    R LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt
    R LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt
    R LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt
    M Source/WebCore/css/mathml.css

  Log Message:
  -----------
  default-properties-on-the-math-root.html fails
https://bugs.webkit.org/show_bug.cgi?id=247738

Reviewed by Rob Buis.

- Remove comments and <math> rules in the order specified in MathML Core [1].
- Add 'font-weight: normal;' [1].
- Add 'writing-mode: horizontal-tb;' [1] but make it important since that's
  the only mode currently accepted per [2]. This is consistent with current
  rules from Firefox and is necessary to make the test pass.
- Merge expectation files and remove failures.

[1] https://w3c.github.io/mathml-core/#the-top-level-math-element
[2] https://w3c.github.io/mathml-core/#css-styling

* LayoutTests/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Renamed from LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Removed.
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Removed.
* LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Removed.
* Source/WebCore/css/mathml.css:
(math):

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




More information about the webkit-changes mailing list