зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
343 B
HTML
14 строки
343 B
HTML
<html class="reftest-paged">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Unicode tests - media query - media query text</title>
|
|
<style>
|
|
@media print and (mİn-wİdth: 5in) { p {color: red; } }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div><p lang="hi">स्टार</p></div>
|
|
</body>
|
|
</html>
|