tenfourfox/layout/reftests/css-parsing/at-rule-error-handling-import-1.html

6 lines
179 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>