about summary refs log tree commit diff stats
path: root/test/layout/rule-after-unrecognized-at-rule.html
blob: 59732275a73294d0eeb348ad930b602df45c8182 (plain) (blame)
1
2
3
4
5
6
7
8
<style>
* { color: red }
@media screen {
	@asdf aa { }
	* { color: green }
}
</style>
color me green