summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/monochrome.html
blob: bef28fbcb0aa231a26ac4fa7c057dc76585044da (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<style type="text/css">
    div { width: 100px; height: 100px; background-color: red }
    @media screen and (min-monochrome: 0) { div#a { background-color: green } }
</style>
</head>
<body>
    <div id="a"></div>
</body>
</html>