mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d321398917
Note that this adds a missing UngetToken(), which affects the other consumer of GatherURL, parsing of @import rules.
6 lines
178 B
HTML
6 lines
178 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for unexpected end of @import</title>
|
|
<style>div { color: red }</style>
|
|
<style>@media ; div { color: green; }</style>
|
|
<div>This should be green</div>
|