From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/test/fixed-background.html | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 khtml/test/fixed-background.html (limited to 'khtml/test/fixed-background.html') diff --git a/khtml/test/fixed-background.html b/khtml/test/fixed-background.html new file mode 100644 index 000000000..754a6987f --- /dev/null +++ b/khtml/test/fixed-background.html @@ -0,0 +1,47 @@ + Listing Test 1 + + + +

Listing Test 1

+This is a regression test to see if the parser handles the <listing> +tag correctly.
+

Simple listing

+Now follows a short listing, after the listing the text +"End of listing" should be visible. ++//---------------------------------------------------------------------------- +// +// KDE HTML Widget -- Debug functions + +#include +#include +#include "khtml.h" + +#ifdef MARTINSDEBUG +void debugM( const char *msg, ...) +{ + va_list ap; + va_start( ap, msg ); // use variable arg list + vfprintf( stdout, msg, ap ); + va_end( ap ); +#else +void debugM(const char *, ... ) +{ +#endif +} + +End of listing. +

Listing with entities

+Now follows a short listing, the listing shoul read +"a = b&amp;"
++a = b& + + + + -- cgit v1.2.1