gecko/layout/reftests/inline-borderpadding/ltr-basic.html

14 lines
271 B
HTML

<!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><span>One<br>Two</span></div>
</body>
</html>