summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/bidi-000.html
blob: 84d8ec534c2e5368c4da6957540b0fc60b1ac065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>