layout/reftests/bugs/302379.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.

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 class="reftest-wait"><head><title></title></head>
michael@0 3 <body onload="document.documentElement.className='';">
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="a">long string long string long string long string</option>
michael@0 11 <option value="b">short 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 <script>
michael@0 18 sel = document.getElementById('sel');
michael@0 19 sel.selectedIndex=1;
michael@0 20 </script>
michael@0 21 </body></html>

mercurial