1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-overflow/theme-overflow-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,61 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.8 + <title>Testcase for bug 669284</title> 1.9 + 1.10 + <style type="text/css"> 1.11 + p { 1.12 + overflow: hidden; 1.13 + width: 200px; 1.14 + } 1.15 + .r { 1.16 + direction:rtl; 1.17 + } 1.18 + 1.19 +.x0 { margin:0px;} 1.20 +.x1 { margin:1px;} 1.21 +.x2 { margin:2px;} 1.22 +.x3 { margin:3px;} 1.23 +.x4 { margin-left:-1px; } 1.24 +.r .x4 { margin-right:-1px;} 1.25 + 1.26 +f { float:left; width:1px; height:1px; margin-left:-100px; } 1.27 +.r f { float:right; width:1px; height:1px; margin-right:-100px; } 1.28 + </style> 1.29 +</head> 1.30 +<body> 1.31 +<p> 1.32 + <input type="checkbox" class="x0"> 0<f></f><br> 1.33 + <input type="checkbox" class="x1"> 1<f></f><br> 1.34 + <input type="checkbox" class="x2"> 2<f></f><br> 1.35 + <input type="checkbox" class="x3"> 3<f></f><br> 1.36 + <input type="checkbox" class="x4"><f></f><br> 1.37 +</p> 1.38 + 1.39 +<p> 1.40 + <input type="radio" class="x0"> 0<f></f><br> 1.41 + <input type="radio" class="x1"> 1<f></f><br> 1.42 + <input type="radio" class="x2"> 2<f></f><br> 1.43 + <input type="radio" class="x3"> 3<f></f><br> 1.44 + <input type="radio" class="x4"><f></f><br> 1.45 +</p> 1.46 + 1.47 +<p class="r"> 1.48 + <input type="checkbox" class="x0"> 0<f></f><br> 1.49 + <input type="checkbox" class="x1"> 1<f></f><br> 1.50 + <input type="checkbox" class="x2"> 2<f></f><br> 1.51 + <input type="checkbox" class="x3"> 3<f></f><br> 1.52 + <input type="checkbox" class="x4"><f></f><br> 1.53 +</p> 1.54 + 1.55 +<p class="r"> 1.56 + <input type="radio" class="x0"> 0<f></f><br> 1.57 + <input type="radio" class="x1"> 1<f></f><br> 1.58 + <input type="radio" class="x2"> 2<f></f><br> 1.59 + <input type="radio" class="x3"> 3<f></f><br> 1.60 + <input type="radio" class="x4"><f></f><br> 1.61 +</p> 1.62 + 1.63 +</body> 1.64 +</html>