blob: 8f88fae973fab1724f1b27fc06695d23d4a5d6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
textarea { overflow: scroll; }
</style>
<title>Test Wordwrap</title>
</head>
<body>
<textarea rows="10" cols="20">It's
lipsmackinthirstquen
chinacetastinmotivat
ingoodbuzzincooltalk
inhighwalkinfastlivi
nevergivincoolfizzin
Firefox!</textarea>
</body>
</html>
|