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

<p>
<select name="num2" size="6" style="width: 8em">
<option value="1">1111111111111111111111111111111111111111</option>
<option value="2">2222222222222222222222222222222222222222</option>
<option value="3">3333333333333333333333333333333333333333</option>
<option value="4">4444444444444444444444444444444444444444</option>
</select>
</p>

</body>
</html>