summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/winpath-1-ref.html
blob: efa51605b47e816f4202a51d892c4839c0df8ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body>

<p>\abcde<br>\abcde</p>
<p>\abcd\abcde</p>
<p>\abcde\abcd</p>
<p>abc\de<br>\abcde</p>
<p>abc\de\abcd</p>
<p>..\..\..</p>
<p>..\..\..\..</p>
<p>..\..\..<br>\..\..</p>
<p>..\..\..<br>\abcde</p>
<p>abc\de<br>\abcde.abcdef</p>
<p>\\abcd<br>\abcde</p>
<p>\\abc\abcde</p>
<p>\\abcd\abcd</p>

</body>
</html>