layout/reftests/text/449555-1-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.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh" xml:lang="zh">
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
michael@0 5 <style type="text/css">
michael@0 6 * { word-wrap: normal;}
michael@0 7 </style>
michael@0 8 <title>Test Wordwrap</title>
michael@0 9 </head>
michael@0 10 <body>
michael@0 11 <p>Test Text Input:<input type="text" id="username" name="username" size="25" value="this is a very loooooooooooooooooooooooooooooooooog text."/></p>
michael@0 12 <p>Test Password Input:<input type="password" id="password" name="password" size="25" /></p>
michael@0 13
michael@0 14 <p>
michael@0 15 <select name="num" style="width: 8em">
michael@0 16 <option value="1">1111111111111111111111111111111111111111</option>
michael@0 17 <option value="2">2222222222222222222222222222222222222222</option>
michael@0 18 <option value="3">3333333333333333333333333333333333333333</option>
michael@0 19 <option value="4">4444444444444444444444444444444444444444</option>
michael@0 20 </select>
michael@0 21 </p>
michael@0 22
michael@0 23 <p>
michael@0 24 <select name="num2" size="6" style="width: 8em">
michael@0 25 <option value="1">1111111111111111111111111111111111111111</option>
michael@0 26 <option value="2">2222222222222222222222222222222222222222</option>
michael@0 27 <option value="3">3333333333333333333333333333333333333333</option>
michael@0 28 <option value="4">4444444444444444444444444444444444444444</option>
michael@0 29 </select>
michael@0 30 </p>
michael@0 31
michael@0 32 </body>
michael@0 33 </html>

mercurial