mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|