layout/reftests/text-overflow/theme-overflow.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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 text-overflow: ellipsis ellipsis;
michael@0 11 width: 200px;
michael@0 12 }
michael@0 13 .r {
michael@0 14 direction:rtl;
michael@0 15 }
michael@0 16
michael@0 17 .x0 { margin:0px;}
michael@0 18 .x1 { margin:1px;}
michael@0 19 .x2 { margin:2px;}
michael@0 20 .x3 { margin:3px;}
michael@0 21 .x4 { margin-left:-1px;}
michael@0 22 .r .x4 { margin-right:-1px;}
michael@0 23
michael@0 24 f { float:left; width:1px; height:1px; margin-left:-100px; }
michael@0 25 .r f { float:right; width:1px; height:1px; margin-right:-100px; }
michael@0 26 </style>
michael@0 27 </head>
michael@0 28 <body>
michael@0 29 <p>
michael@0 30 <input type="checkbox" class="x0"> 0<f></f><br>
michael@0 31 <input type="checkbox" class="x1"> 1<f></f><br>
michael@0 32 <input type="checkbox" class="x2"> 2<f></f><br>
michael@0 33 <input type="checkbox" class="x3"> 3<f></f><br>
michael@0 34 <input type="checkbox" class="x4"><f></f><br>
michael@0 35 </p>
michael@0 36
michael@0 37 <p>
michael@0 38 <input type="radio" class="x0"> 0<f></f><br>
michael@0 39 <input type="radio" class="x1"> 1<f></f><br>
michael@0 40 <input type="radio" class="x2"> 2<f></f><br>
michael@0 41 <input type="radio" class="x3"> 3<f></f><br>
michael@0 42 <input type="radio" class="x4"><f></f><br>
michael@0 43 </p>
michael@0 44
michael@0 45 <p class="r">
michael@0 46 <input type="checkbox" class="x0"> 0<f></f><br>
michael@0 47 <input type="checkbox" class="x1"> 1<f></f><br>
michael@0 48 <input type="checkbox" class="x2"> 2<f></f><br>
michael@0 49 <input type="checkbox" class="x3"> 3<f></f><br>
michael@0 50 <input type="checkbox" class="x4"><f></f><br>
michael@0 51 </p>
michael@0 52
michael@0 53 <p class="r">
michael@0 54 <input type="radio" class="x0"> 0<f></f><br>
michael@0 55 <input type="radio" class="x1"> 1<f></f><br>
michael@0 56 <input type="radio" class="x2"> 2<f></f><br>
michael@0 57 <input type="radio" class="x3"> 3<f></f><br>
michael@0 58 <input type="radio" class="x4"><f></f><br>
michael@0 59 </p>
michael@0 60
michael@0 61 </body>
michael@0 62 </html>

mercurial