ladybird/Tests/LibWeb/Layout
Jelle Raaijmakers 9f7447f546 LibWeb: Prioritize inheriting text-align for <th>
Because we defined `th { text-align: center }` in our UA stylesheet, it
received a higher precedence than inherited (inline) styles. Firefox
deals with this by defining a custom `text-align` value that prioritizes
any inherited value before defaulting to `text-align: center`.

We now do this as well :^)
2025-07-15 10:05:48 +02:00
..
data LibWeb: Assign linked style sheet location when parsing it 2025-04-15 09:40:38 +01:00
expected LibWeb: Prioritize inheriting text-align for <th> 2025-07-15 10:05:48 +02:00
input LibWeb: Prioritize inheriting text-align for <th> 2025-07-15 10:05:48 +02:00