layout/reftests/bugs/302379-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html><head><title></title></head>
     3 <body>
     4 <table width="400">
     5 <tbody><tr> 
     6 <td> 
     7 <font><b>
     8 long string long string long string long string long string long string long string long string
     9 <select id="sel">
    10 <option value="b">short string</option>
    11 <option value="a">long string long string long string long string</option>
    12 </select>
    13 </b></font>
    14 </td>
    15 </tr>
    16 </tbody></table>
    17 </body></html>

mercurial