mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:45:08 +00:00

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.
7 lines
61 B
CSS
7 lines
61 B
CSS
.pass {
|
|
display: block;
|
|
}
|
|
|
|
div {
|
|
display: none;
|
|
}
|