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

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:5dc208d6dfca
1 <!DOCTYPE HTML>
2 <title>Test for unexpected end of @import</title>
3 <style>div { color: red }</style>
4 <style>@import ; div { color: green; }</style>
5 <div>This should be green</div>

mercurial