mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
3ec2ecbf58
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>
|