layout/reftests/line-breaking/url-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/line-breaking/url-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
     1.7 +</head>
     1.8 +<body>
     1.9 +
    1.10 +<p>/abcde<br>/abcde</p>
    1.11 +<p>/abcd/abcde</p>
    1.12 +<p>/abcde/abcd</p>
    1.13 +<p>abc/de<br>/abcde</p>
    1.14 +<p>abc/de/abcd</p>
    1.15 +<p>../../..</p>
    1.16 +<p>../../../..</p>
    1.17 +<p>../../..<br>/../..</p>
    1.18 +<p>../../..<br>/abcde</p>
    1.19 +<p>abc/de<br>/abcde.abcdef</p>
    1.20 +<p>index.cgi?abcdef=abcdef&amp;<br>abcdef=abcdef</p>
    1.21 +<p>index.cgi?abcdef=abcdef;<br>abcdef=abcdef</p>
    1.22 +
    1.23 +</body>
    1.24 +</html>

mercurial