ladybird/Tests/LibWeb/Text/expected/MathML
Sam Atkins e561749164 LibWeb/MathML: Parse mathcolor and mathbackground as <color>
The difference is that parsing as the `color` property's value also
allows the CSS-wide keywords, which we don't want here.

The added test cases make sure that those keywords are *not* valid:
- `color` should inherit its parent value of `orange`
- `background-color` doesn't inherit, so should be its initial value of
  `transparent`
2025-11-14 09:55:02 +00:00
..
presentational_hints.txt LibWeb/MathML: Parse mathcolor and mathbackground as <color> 2025-11-14 09:55:02 +00:00