summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-parsing/at-rule-error-handling-import-1.html
blob: 5dc0acf9454c6e1dd80635b96ddf665e3c1d29cb (plain)
1
2
3
4
5
<!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>