kdelibs/khtml/test/nbsp.html
Ivailo Monev 39f1e04295 generic: add back khtml and kjs with some changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-09 23:23:53 +02:00

20 lines
476 B
HTML

<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&nbsp;cccca&nbsp;ccccccb ccb cb ccb ccca&nbsp;ca&nbsp;a&nbsp;cb
c4d&nbsp;&nbsp;&nbsp;&nbsp;cccc2d&nbsp;&nbsp;ccccb ccb ccc
</FONT>
<HR>
</body>
</html>