layout/reftests/bugs/375716-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/375716-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<html><head>
     1.5 +<title>Bug 375716 - Incremental reflow bug with direction: rtl and bidi-override</title>
     1.6 +<style>
     1.7 +
     1.8 +div {
     1.9 +border: 1px solid black;
    1.10 +width:200px;
    1.11 +}
    1.12 +</style>
    1.13 +</head><body>
    1.14 +<div>
    1.15 +<i style="direction: rtl;">
    1.16 +text text text text 
    1.17 +<b>&#8238;text text text text text&#8236;</b>
    1.18 +text
    1.19 +</i>
    1.20 +</div>
    1.21 +</body></html>

mercurial