layout/reftests/bugs/302379-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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

mercurial