summaryrefslogtreecommitdiffstats
path: root/layout/reftests/unicode/unicode-media-query-media-type.html
blob: 679112cbf59e31a0b6e30ea51b096ec0ae9d4657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html class="reftest-paged">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Unicode tests - media query - media type selector</title>
  <style>
    @media prİnt {
    p { color: red }
    }
  </style>
</head>

<body>
  <div><p lang="hi">स्टार</p></div>
</body>
</html>