summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1069941-inline-bidi-border-1-ref.html
blob: eeca3ef8cbe544136ed9680e717666822bd81892 (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="ltr" style="color:transparent;background:gray;border-left:10px solid teal;"></span>
</div>
<div dir="ltr">
  <span dir="ltr" style="color:transparent;background:gray;border-right:10px solid teal;"></span>
</div>
</body>
</html>