mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
3ec2ecbf58
Note that this adds a missing UngetToken(), which affects the other consumer of GatherURL, parsing of @import rules.
6 lines
179 B
HTML
6 lines
179 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for unexpected end of @import</title>
|
|
<style>div { color: red }</style>
|
|
<style>@import ; div { color: green; }</style>
|
|
<div>This should be green</div>
|