Mozilla/mozilla/layout/reftests/bugs/375716-1-ref.html
mats.palmgren%bredband.net c4a1707993 Incremental reflow bug with direction:rtl and bidi-override. b=375716 r=uriber sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@225999 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-06 10:29:58 +00:00

19 lines
313 B
HTML

<html><head>
<title>Bug 375716 - Incremental reflow bug with direction: rtl and bidi-override</title>
<style>
div {
border: 1px solid black;
width:200px;
}
</style>
</head><body>
<div>
<i style="direction: rtl;">
text text text text
<b>&#8238;text text text text text&#8236;</b>
text
</i>
</div>
</body></html>