Sam Atkins
|
b987d53926
|
LibWeb: Migrate ListItemMarkerBox's text from ByteString to String
|
2025-02-11 10:39:27 +01:00 |
|
Andreas Kling
|
e85c3c97fb
|
LibWeb: Add mode flag to CSSStyleValue::to_string()
This will be used to differentiate between serialization for resolved
style (i.e window.getComputedStyle()) and serialization for all other
purposes.
|
2024-12-07 08:31:03 +00:00 |
|
Sam Atkins
|
bc17a3c2eb
|
LibWeb: Correctly skip "decimal" in counter() serialization
It's not a keyword, it's a custom-ident. The simplest way of comparing
is by serializing it as a string.
This gets us 2 subtest passes.
|
2024-11-30 11:01:12 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|