gecko/layout/reftests/inline-borderpadding/ltr-span-only.html

14 lines
291 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
.r { direction: rtl; }
.l { direction: ltr; }
span { border: 2px solid; padding: 0 10px 0 5px; margin: 0 60px 0 30px; }
</style>
</head>
<body>
<div class="r"><span class="l">One<br>Two</span></div>
</body>
</html>