gecko-dev/layout/reftests/bidi/1217833-2.html
L. David Baron e5a5e95ab1 Bug 1217833 followup - Add margin to avoid fuzz on reftest.
--HG--
extra : commitid : 6mp1Q3MN1v3
2015-11-24 17:45:01 -08:00

24 lines
397 B
HTML

<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="utf-8" />
<style>
html, body { overflow:hidden }
div{
background: yellow;
width:150px;
height:50px;
margin: 0 auto;
text-align:right;
}
div:first-line {
color: blue;
}
span {
background: aqua;
margin: 0 3px;
box-decoration-break: clone;
}
</style>
</head><body><div dir="rtl">te<span>stבד</span>יקה</div></body></html>