gecko-dev/layout/reftests/bidi/1217833-2-ref.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

22 lines
397 B
HTML

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