tenfourfox/layout/reftests/bidi/1069941-inline-bidi-border-1.html

16 lines
378 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>