1
0
Fork 0
firefox/layout/reftests/line-breaking/url-1-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
507 B
HTML

<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body>
<p>http://www.mozilla.org/</p>
<p>http://www.mozilla.org/abcd</p>
<p>http://www.mozilla.org<br>/abcde</p>
<p>http://www.mozilla.org<br>/abcdef/</p>
<p>http://www.mozilla.org<br>/abcd/abcd<br>/abcde<br>/index.html</p>
<p>http://www.mozilla.org<br>/index.cgi?abcdef=abcdef&amp;<br>abcdef=abcdef</p>
<p>http://www.mozilla.org<br>/index.cgi?abcdef=abcdef;<br>abcdef=abcdef</p>
</body>
</html>