Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html><head> |
michael@0 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
michael@0 | 4 | <title>Testcase for bug 427370</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | |
michael@0 | 7 | html,body { |
michael@0 | 8 | color:black; background-color: white; font-size:16px; padding:0; margin:0; |
michael@0 | 9 | } |
michael@0 | 10 | body { |
michael@0 | 11 | margin:10px; |
michael@0 | 12 | } |
michael@0 | 13 | ol,li{margin:0!important;padding:0!important} |
michael@0 | 14 | ol { margin-top:1em!important; } |
michael@0 | 15 | .rtl li {margin-right:40px!important;} |
michael@0 | 16 | .ltr li {margin-left:40px!important;} |
michael@0 | 17 | |
michael@0 | 18 | DEBUG_li { |
michael@0 | 19 | outline:1px dashed red; |
michael@0 | 20 | border:3px dashed blue; |
michael@0 | 21 | } |
michael@0 | 22 | .inside li { |
michael@0 | 23 | list-style-position:inside; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .rtl label { |
michael@0 | 27 | float:right; |
michael@0 | 28 | } |
michael@0 | 29 | .ltr label { |
michael@0 | 30 | float:left; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | label { |
michael@0 | 34 | width:100px; |
michael@0 | 35 | height:1em; |
michael@0 | 36 | background:pink; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .rtl { |
michael@0 | 40 | direction:rtl; |
michael@0 | 41 | } |
michael@0 | 42 | .ltr { |
michael@0 | 43 | direction:ltr; |
michael@0 | 44 | } |
michael@0 | 45 | |
michael@0 | 46 | .C { |
michael@0 | 47 | padding:0 0.2em 0 0.2em; |
michael@0 | 48 | } |
michael@0 | 49 | </style> |
michael@0 | 50 | </head> |
michael@0 | 51 | <body> |
michael@0 | 52 | <div style="position:absolute;top:0;left: 50px;bottom:0;width:1px;background:lime;opacity:0.5"></div> |
michael@0 | 53 | <div style="position:absolute;top:0;right:50px;bottom:0;width:1px;background:lime;opacity:0.5"></div> |
michael@0 | 54 | |
michael@0 | 55 | <div class="ltr"> |
michael@0 | 56 | <ol> |
michael@0 | 57 | <li><div style="overflow:hidden;"> |
michael@0 | 58 | <label></label> |
michael@0 | 59 | Outside |
michael@0 | 60 | </div></li> |
michael@0 | 61 | <li><div style="overflow:hidden;"> |
michael@0 | 62 | <div></div><div><span class="C">C</span></div> |
michael@0 | 63 | </div></li> |
michael@0 | 64 | </ol> |
michael@0 | 65 | </div> |
michael@0 | 66 | |
michael@0 | 67 | <div class="rtl"> |
michael@0 | 68 | <ol> |
michael@0 | 69 | <li><div style="overflow:hidden;"> |
michael@0 | 70 | <label></label> |
michael@0 | 71 | Outside |
michael@0 | 72 | </div></li> |
michael@0 | 73 | <li><div style="overflow:hidden;"> |
michael@0 | 74 | <div></div><div><span class="C">C</span></div> |
michael@0 | 75 | </div></li> |
michael@0 | 76 | </ol> |
michael@0 | 77 | </div> |
michael@0 | 78 | |
michael@0 | 79 | <br style="clear:both;"> |
michael@0 | 80 | |
michael@0 | 81 | <div style="float:left; width:100px; height:5em; border:1px solid black"></div> |
michael@0 | 82 | <div class="ltr"> |
michael@0 | 83 | <ol> |
michael@0 | 84 | <li><div style="overflow:hidden;"> |
michael@0 | 85 | <label></label> |
michael@0 | 86 | Outside |
michael@0 | 87 | </div></li> |
michael@0 | 88 | <li><div style="overflow:hidden;"> |
michael@0 | 89 | <div></div><div><span class="C">C</span></div> |
michael@0 | 90 | </div></li> |
michael@0 | 91 | </ol> |
michael@0 | 92 | </div> |
michael@0 | 93 | |
michael@0 | 94 | <br style="clear:both;"> |
michael@0 | 95 | |
michael@0 | 96 | <div style="float:right; width:100px; height:5em; border:1px solid black"></div> |
michael@0 | 97 | <div class="rtl"> |
michael@0 | 98 | <ol> |
michael@0 | 99 | <li><div style="overflow:hidden;"> |
michael@0 | 100 | <label></label> |
michael@0 | 101 | Outside |
michael@0 | 102 | </div></li> |
michael@0 | 103 | <li><div style="overflow:hidden;"> |
michael@0 | 104 | <div></div><div><span class="C">C</span></div> |
michael@0 | 105 | </div></li> |
michael@0 | 106 | </ol> |
michael@0 | 107 | </div> |
michael@0 | 108 | |
michael@0 | 109 | |
michael@0 | 110 | <br style="clear:both;"> |
michael@0 | 111 | |
michael@0 | 112 | <div class="ltr"> |
michael@0 | 113 | <ol> |
michael@0 | 114 | <li><div><div style="overflow:hidden;"> |
michael@0 | 115 | <label></label> |
michael@0 | 116 | Outside |
michael@0 | 117 | </div></div></li> |
michael@0 | 118 | </ol> |
michael@0 | 119 | </div> |
michael@0 | 120 | |
michael@0 | 121 | <div class="rtl"> |
michael@0 | 122 | <ol> |
michael@0 | 123 | <li><div><div style="overflow:hidden;"> |
michael@0 | 124 | <label></label> |
michael@0 | 125 | Outside |
michael@0 | 126 | </div></div></li> |
michael@0 | 127 | </ol> |
michael@0 | 128 | </div> |
michael@0 | 129 | |
michael@0 | 130 | <br style="clear:both;"> |
michael@0 | 131 | |
michael@0 | 132 | <div style="float:left; width:100px; height:5em; border:1px solid black"></div> |
michael@0 | 133 | <div class="ltr"> |
michael@0 | 134 | <ol> |
michael@0 | 135 | <li><div><div style="overflow:hidden;"> |
michael@0 | 136 | <label></label> |
michael@0 | 137 | Outside |
michael@0 | 138 | </div></div></li> |
michael@0 | 139 | </ol> |
michael@0 | 140 | </div> |
michael@0 | 141 | |
michael@0 | 142 | <br style="clear:both;"> |
michael@0 | 143 | |
michael@0 | 144 | <div style="float:right; width:100px; height:5em; border:1px solid black"></div> |
michael@0 | 145 | <div class="rtl"> |
michael@0 | 146 | <ol> |
michael@0 | 147 | <li><div><div style="overflow:hidden;"> |
michael@0 | 148 | <label></label> |
michael@0 | 149 | Outside |
michael@0 | 150 | </div></div></li> |
michael@0 | 151 | </ol> |
michael@0 | 152 | </div> |
michael@0 | 153 | |
michael@0 | 154 | </body> |
michael@0 | 155 | </html> |