Mypal/layout/reftests/line-breaking/smileys-1.html
2019-03-11 13:26:37 +03:00

28 lines
325 B
HTML

<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>