mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
343 B
HTML
14 lines
343 B
HTML
|
<html class="reftest-print">
|
||
|
<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>
|