mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
458 B
HTML
18 lines
458 B
HTML
<!DOCTYPE html>
|
|
<!-- Bidi reftest 000: bidi overrides. If this fails, none of the tests in this
|
|
directory can be relied upon -->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: serif;
|
|
font-size: 24px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p><span style="direction: rtl; unicode-bidi: bidi-override">the quick brown fox jumps over the lazy dog</span></p>
|
|
</body>
|
|
</html>
|