tenfourfox/layout/reftests/bidi/1069941-inline-bidi-border-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
378 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>