From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- khtml/test/fixed-background.html | 47 ---------------------------------------- 1 file changed, 47 deletions(-) delete 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 deleted file mode 100644 index 754a6987f..000000000 --- a/khtml/test/fixed-background.html +++ /dev/null @@ -1,47 +0,0 @@ - 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