blob: e64c23c7f6ebe73100b176f0fa23c18fdf533307 (
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 tqcontains 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>
|