1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/427370-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,155 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html><head> 1.6 + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.7 + <title>Testcase for bug 427370</title> 1.8 + <style type="text/css"> 1.9 + 1.10 + html,body { 1.11 + color:black; background-color: white; font-size:16px; padding:0; margin:0; 1.12 + } 1.13 + body { 1.14 + margin:10px; 1.15 + } 1.16 + ol,li{margin:0!important;padding:0!important} 1.17 + ol { margin-top:1em!important; } 1.18 + .rtl li {margin-right:40px!important;} 1.19 + .ltr li {margin-left:40px!important;} 1.20 + 1.21 + DEBUG_li { 1.22 + outline:1px dashed red; 1.23 + border:3px dashed blue; 1.24 + } 1.25 + .inside li { 1.26 + list-style-position:inside; 1.27 + } 1.28 + 1.29 + .rtl label { 1.30 + float:right; 1.31 + } 1.32 + .ltr label { 1.33 + float:left; 1.34 + } 1.35 + 1.36 + label { 1.37 + width:100px; 1.38 + height:1em; 1.39 + background:pink; 1.40 + } 1.41 + 1.42 + .rtl { 1.43 + direction:rtl; 1.44 + } 1.45 + .ltr { 1.46 + direction:ltr; 1.47 + } 1.48 + 1.49 + .C { 1.50 + padding:0 0.2em 0 0.2em; 1.51 + } 1.52 + </style> 1.53 +</head> 1.54 +<body> 1.55 +<div style="position:absolute;top:0;left: 50px;bottom:0;width:1px;background:lime;opacity:0.5"></div> 1.56 +<div style="position:absolute;top:0;right:50px;bottom:0;width:1px;background:lime;opacity:0.5"></div> 1.57 + 1.58 +<div class="ltr"> 1.59 + <ol> 1.60 + <li><div style="overflow:hidden;"> 1.61 + <label></label> 1.62 + Outside 1.63 + </div></li> 1.64 + <li><div style="overflow:hidden;"> 1.65 + <div></div><div><span class="C">C</span></div> 1.66 + </div></li> 1.67 +</ol> 1.68 +</div> 1.69 + 1.70 +<div class="rtl"> 1.71 +<ol> 1.72 + <li><div style="overflow:hidden;"> 1.73 + <label></label> 1.74 + Outside 1.75 + </div></li> 1.76 + <li><div style="overflow:hidden;"> 1.77 + <div></div><div><span class="C">C</span></div> 1.78 + </div></li> 1.79 +</ol> 1.80 +</div> 1.81 + 1.82 +<br style="clear:both;"> 1.83 + 1.84 +<div style="float:left; width:100px; height:5em; border:1px solid black"></div> 1.85 +<div class="ltr"> 1.86 + <ol> 1.87 + <li><div style="overflow:hidden;"> 1.88 + <label></label> 1.89 + Outside 1.90 + </div></li> 1.91 + <li><div style="overflow:hidden;"> 1.92 + <div></div><div><span class="C">C</span></div> 1.93 + </div></li> 1.94 +</ol> 1.95 +</div> 1.96 + 1.97 +<br style="clear:both;"> 1.98 + 1.99 +<div style="float:right; width:100px; height:5em; border:1px solid black"></div> 1.100 +<div class="rtl"> 1.101 +<ol> 1.102 + <li><div style="overflow:hidden;"> 1.103 + <label></label> 1.104 + Outside 1.105 + </div></li> 1.106 + <li><div style="overflow:hidden;"> 1.107 + <div></div><div><span class="C">C</span></div> 1.108 + </div></li> 1.109 +</ol> 1.110 +</div> 1.111 + 1.112 + 1.113 +<br style="clear:both;"> 1.114 + 1.115 +<div class="ltr"> 1.116 + <ol> 1.117 + <li><div><div style="overflow:hidden;"> 1.118 + <label></label> 1.119 + Outside 1.120 + </div></div></li> 1.121 +</ol> 1.122 +</div> 1.123 + 1.124 +<div class="rtl"> 1.125 +<ol> 1.126 + <li><div><div style="overflow:hidden;"> 1.127 + <label></label> 1.128 + Outside 1.129 + </div></div></li> 1.130 +</ol> 1.131 +</div> 1.132 + 1.133 +<br style="clear:both;"> 1.134 + 1.135 +<div style="float:left; width:100px; height:5em; border:1px solid black"></div> 1.136 +<div class="ltr"> 1.137 + <ol> 1.138 + <li><div><div style="overflow:hidden;"> 1.139 + <label></label> 1.140 + Outside 1.141 + </div></div></li> 1.142 +</ol> 1.143 +</div> 1.144 + 1.145 +<br style="clear:both;"> 1.146 + 1.147 +<div style="float:right; width:100px; height:5em; border:1px solid black"></div> 1.148 +<div class="rtl"> 1.149 +<ol> 1.150 + <li><div><div style="overflow:hidden;"> 1.151 + <label></label> 1.152 + Outside 1.153 + </div></div></li> 1.154 +</ol> 1.155 +</div> 1.156 + 1.157 +</body> 1.158 +</html>