summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1069941-inline-bidi-border-1.html
blob: 79b41aaf1ba54bcce868b450b2089921b85246d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test for bug 1069941 -- borders</title>
</head>
<body>
<div dir="ltr">
  <span dir="rtl" style="color:transparent;background:gray;border-left:10px solid teal;"></span>
</div>
<div dir="ltr">
  <span dir="rtl" style="color:transparent;background:gray;border-right:10px solid teal;"></span>
</div>
</body>
</html>