about summary refs log blame commit diff stats
path: root/test/layout/media-query.html
blob: 1d09e25f1c2b9d3d4619d48ba0df32cc875b74a9 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                              
<style>
@media (WiDtH >= 1px) and (HeiGhT < 10000px) {
	#red { color: red }
}
@media (width >= 1px 2px) {
	#red { color: blue }
}
</style>
<div id=red>red</div>