summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/989994-1.html
blob: 279d897dbccae3a8ae3610515864713d48e97cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Bug 989994</title>
    <style>
div:first-letter { color: red; }
#s { color: blue; }
    </style>
  </head>
  <body onload="document.getElementById('s').style.height = '100px';">
    <div style="white-space: pre-line;">A
foo<span dir="rtl" id="s">Z
    </div>
  </body>
</html>