ladybird/Tests/LibWeb/Text
Sam Atkins 00f76ccbf4 LibWeb/CSS: Add alternative src() syntax for URLs
url() has some limitations because of allowing unquoted URLs as its
contents. For example, it can't use `var()`. To get around this, there's
an alternative `src()` function which behaves the same as `url()` except
that it is parsed as a regular function, which makes `var()` and friends
work properly.

There's no WPT test for this as far as I can tell, so I added our own.
2025-06-11 16:26:23 +02:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb/CSS: Add alternative src() syntax for URLs 2025-06-11 16:26:23 +02:00
input LibWeb/CSS: Add alternative src() syntax for URLs 2025-06-11 16:26:23 +02:00