1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:52:07 +00:00
serenity/Tests/LibWeb/Text/expected/css
Andreas Kling fb727332f9 LibWeb: Decode linked style sheets before parsing them
This fixes an issue where a BOM at the head of a style sheet would be
passed verbatim to the parser, who would then interpret it as an ident
token and (after some confusion) fail to parse the first rule, but then
carry on with the rest of the sheet.
2023-07-04 10:45:20 +02:00
..
box-shadow-resolves-length-functions.txt LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00
getComputedStyle-display-short-serialization.txt LibWeb: Make resolved serialization of CSS display prefer short form 2023-05-27 16:43:35 +02:00
legacy-color-value.txt Tests/LibWeb: Add some text tests for 'parsing a legacy color value' 2023-06-05 06:54:33 +02:00
PropertyOwningCSSStyleDeclaration-serialized-custom-properties.txt LibWeb: Serialize custom properties in CSSStyleDeclaration::serialized() 2023-06-09 11:17:44 +01:00
style-sheet-with-byte-order-mark.txt LibWeb: Decode linked style sheets before parsing them 2023-07-04 10:45:20 +02:00