gecko-dev/layout/reftests/bidi/bidi-000.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 строки
458 B
HTML
Исходник Обычный вид История

2007-07-02 13:39:35 +04:00
<!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">
2007-07-02 13:39:35 +04:00
</head>
<style type="text/css">
body {
font-family: serif;
font-size: 24px;
2007-07-02 13:39:35 +04:00
}
</style>
2007-07-02 13:39:35 +04:00
<body>
<p><span style="direction: rtl; unicode-bidi: bidi-override">the quick brown fox jumps over the lazy dog</span></p>
</body>
</html>