1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 08:57:35 +00:00
serenity/Tests/LibWeb/Text/input/css
Andreas Kling 5955a504e0 LibWeb: Allow font-family names to start with -
We achieve this by making properties that accept a custom-ident value
skip the "someone else's vendor prefix" check for values that start with
a `-` character.

This fixes an issue where e.g `font-family: Arial, -apple-system` would
be rejected by the parser completely. We now treat `-apple-system` like
an identifier in such cases.

Also add `valid-types` metadata for the `font-family` property so this
actually works. :^)
2023-07-06 14:30:06 +02:00
..
box-shadow-resolves-length-functions.html LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00
font-family-with-dash-prefix.html LibWeb: Allow font-family names to start with - 2023-07-06 14:30:06 +02:00
getComputedStyle-display-short-serialization.html LibWeb: Make resolved serialization of CSS display prefer short form 2023-05-27 16:43:35 +02:00
legacy-color-value.html Tests/LibWeb: Add some text tests for 'parsing a legacy color value' 2023-06-05 06:54:33 +02:00
PropertyOwningCSSStyleDeclaration-serialized-custom-properties.html LibWeb: Serialize custom properties in CSSStyleDeclaration::serialized() 2023-06-09 11:17:44 +01:00
style-sheet-with-byte-order-mark.css LibWeb: Decode linked style sheets before parsing them 2023-07-04 10:45:20 +02:00
style-sheet-with-byte-order-mark.html LibWeb: Decode linked style sheets before parsing them 2023-07-04 10:45:20 +02:00