mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-14 12:31:28 +00:00
16 lines
378 B
HTML
16 lines
378 B
HTML
|
<!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>
|