diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:21 -0600 |
commit | dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 (patch) | |
tree | c297348a55df66c571de4525646e0b9762427353 /khtml/test/lists.html | |
parent | b7658a0d5eca24a9d37c6e04f88298ef02389db0 (diff) | |
download | tdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.tar.gz tdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'khtml/test/lists.html')
-rw-r--r-- | khtml/test/lists.html | 221 |
1 files changed, 0 insertions, 221 deletions
diff --git a/khtml/test/lists.html b/khtml/test/lists.html deleted file mode 100644 index 8f781653c..000000000 --- a/khtml/test/lists.html +++ /dev/null @@ -1,221 +0,0 @@ -<html> -<body> -<ul> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> - -<hr> -In a fixed width table: -<table width=100 border=1 bgcolor=white> -<tr><td> -<ul> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> -</td></tr> -</table> - -<hr> -In a variable width table: -<table border=1 bgcolor=white> -<tr><td> -<ul> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> -</td></tr> -</table> - -<hr> -Now the same thing in a right to left context: - -<div dir=rtl> -<hr> -<ul dir=rtl> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> - -<hr> -In a fixed width table: -<table width=100 border=1 bgcolor=white> -<tr><td> -<ul> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> -</td></tr> -</table> - -<hr> -In a variable width table: -<table border=1 bgcolor=white> -<tr><td> -<ul> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ul> - -<hr> - -Nested lists: -<ul> -<li> first item -<li> second item -<li> a nested list -<ul> -<li> first nested item -<li> second nested item -</ul> -<li> fourth item -</ul> - -<hr> - -Numbered list: -<ol> -<li> first item -<li> second item -<li> third item -<li> fourth item -</ol> -</td></tr> -</table> -</div> - - -</body> -</html>
\ No newline at end of file |