summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/smileys-1.html
blob: e0b718a209bcdbe1432409e88207d58a5c7e1358 (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
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>

<p>:)</p>
<p>;)</p>
<p>:(</p>
<p>:-)</p>
<p>:-(</p>
<p>:P</p>
<p>:D</p>
<p>:-D</p>
<p>:^)</p>
<p>:-/</p>
<p>=^_^=</p>
<p>\^_^/</p>
<p>^-^</p>
<p>^^;;</p>
<p>o_O</p>
<p>-__-;;</p>
<p>&gt;_&lt;</p>
<p>&gt;&lt;</p>

</body>
</html>