Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 5 | <title>Testcase for bug 669284</title> |
michael@0 | 6 | |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | p { |
michael@0 | 9 | overflow: hidden; |
michael@0 | 10 | width: 200px; |
michael@0 | 11 | } |
michael@0 | 12 | .r { |
michael@0 | 13 | direction:rtl; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | .x0 { margin:0px;} |
michael@0 | 17 | .x1 { margin:1px;} |
michael@0 | 18 | .x2 { margin:2px;} |
michael@0 | 19 | .x3 { margin:3px;} |
michael@0 | 20 | .x4 { margin-left:-1px; } |
michael@0 | 21 | .r .x4 { margin-right:-1px;} |
michael@0 | 22 | |
michael@0 | 23 | f { float:left; width:1px; height:1px; margin-left:-100px; } |
michael@0 | 24 | .r f { float:right; width:1px; height:1px; margin-right:-100px; } |
michael@0 | 25 | </style> |
michael@0 | 26 | </head> |
michael@0 | 27 | <body> |
michael@0 | 28 | <p> |
michael@0 | 29 | <input type="checkbox" class="x0"> 0<f></f><br> |
michael@0 | 30 | <input type="checkbox" class="x1"> 1<f></f><br> |
michael@0 | 31 | <input type="checkbox" class="x2"> 2<f></f><br> |
michael@0 | 32 | <input type="checkbox" class="x3"> 3<f></f><br> |
michael@0 | 33 | <input type="checkbox" class="x4"><f></f><br> |
michael@0 | 34 | </p> |
michael@0 | 35 | |
michael@0 | 36 | <p> |
michael@0 | 37 | <input type="radio" class="x0"> 0<f></f><br> |
michael@0 | 38 | <input type="radio" class="x1"> 1<f></f><br> |
michael@0 | 39 | <input type="radio" class="x2"> 2<f></f><br> |
michael@0 | 40 | <input type="radio" class="x3"> 3<f></f><br> |
michael@0 | 41 | <input type="radio" class="x4"><f></f><br> |
michael@0 | 42 | </p> |
michael@0 | 43 | |
michael@0 | 44 | <p class="r"> |
michael@0 | 45 | <input type="checkbox" class="x0"> 0<f></f><br> |
michael@0 | 46 | <input type="checkbox" class="x1"> 1<f></f><br> |
michael@0 | 47 | <input type="checkbox" class="x2"> 2<f></f><br> |
michael@0 | 48 | <input type="checkbox" class="x3"> 3<f></f><br> |
michael@0 | 49 | <input type="checkbox" class="x4"><f></f><br> |
michael@0 | 50 | </p> |
michael@0 | 51 | |
michael@0 | 52 | <p class="r"> |
michael@0 | 53 | <input type="radio" class="x0"> 0<f></f><br> |
michael@0 | 54 | <input type="radio" class="x1"> 1<f></f><br> |
michael@0 | 55 | <input type="radio" class="x2"> 2<f></f><br> |
michael@0 | 56 | <input type="radio" class="x3"> 3<f></f><br> |
michael@0 | 57 | <input type="radio" class="x4"><f></f><br> |
michael@0 | 58 | </p> |
michael@0 | 59 | |
michael@0 | 60 | </body> |
michael@0 | 61 | </html> |