Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <title>Test for unexpected end of @import</title> |
michael@0 | 3 | <style>div { color: red }</style> |
michael@0 | 4 | <style>@media ; div { color: green; }</style> |
michael@0 | 5 | <div>This should be green</div> |