summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/url-3.html
blob: 44c955b4482a2013f05d9014a598d0307cd28cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>

<p>index.cgi?abcdef=%E6%97%A5%E6%9C%AC%E8%AA%9E&amp;abcdef=%E6%97%A5%E6%9C%AC%E8%AA%9E</p>
<p>index.cgi?abcdef=%E6%97%A5%E6%9C%AC%E8%AA%9E;abcdef=%E6%97%A5%E6%9C%AC%E8%AA%9E</p>
<p>%E6%97%A5%E6%9C%AC%E8%AA%9E</p>
<p>%E6%97%A5%E6%9C%AC%E8%AA%9Eab</p>
<p>%E6%97%A5%E6%9C%AC%E8%AA%9Eabc</p>

</body>
</html>