blob: 7a8bde9de8929a59d833eef62ace915c2a2d34fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html> <head> <title>NBSP Test</title> </head>
<body>
<H1>NBSP Test</H1>
This page is a regression test to test non-breaking spaces.<BR>
The following text contains normal and non-breaking spaces.<BR>
After each 'a' a non-breaking space occurs. After each 'b' a
breaking space occurs:
<HR>
<FONT face="lucida">
ccccccca cccca ccccccb ccb cb ccb ccca ca a cb
c4d cccc2d ccccb ccb ccc
</FONT>
<HR>
</body>
</html>
|