зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
378 B
HTML
16 строки
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="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>
|