layout/reftests/bugs/302379-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/302379-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.5 +<html><head><title></title></head>
     1.6 +<body>
     1.7 +<table width="400">
     1.8 +<tbody><tr> 
     1.9 +<td> 
    1.10 +<font><b>
    1.11 +long string long string long string long string long string long string long string long string
    1.12 +<select id="sel">
    1.13 +<option value="b">short string</option>
    1.14 +<option value="a">long string long string long string long string</option>
    1.15 +</select>
    1.16 +</b></font>
    1.17 +</td>
    1.18 +</tr>
    1.19 +</tbody></table>
    1.20 +</body></html>

mercurial