mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
fb727332f9
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;
|
|
}
|