gecko/layout/reftests/line-breaking/parentheses-1-ref.html
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

35 lines
662 B
HTML

<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body>
<p>abcdef(abcdef)abcdef</p>
<p>abcde),</p>
<p>abcde).</p>
<p>abcde)!</p>
<p>abcde)?</p>
<p>abcdef[abcdef]abcdef</p>
<p>abcde],</p>
<p>abcde].</p>
<p>abcde]!</p>
<p>abcde]?</p>
<p>abcdef{abcdef}abcdef</p>
<p>abcde},</p>
<p>abcde}.</p>
<p>abcde}!</p>
<p>abcde}?</p>
<p>abcdef&lt;abcdef&gt;abcdef</p>
<p>abcde&gt;,</p>
<p>abcde&gt;.</p>
<p>abcde&gt;!</p>
<p>abcde&gt;?</p>
<p>abcdef(abcd)<br>[abcd]<br>{abcd}<br>&lt;abcd&gt;<br>(abcd)<br>(abcd)<br>[abcd]<br>[abcd]<br>{abcd}<br>{abcd}<br>&lt;abcd&gt;<br>&lt;abcd&gt;abcdef</p>
</body>
</html>