Mypal/layout/reftests/css-parsing/at-rule-error-handling-impo...

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>