summaryrefslogtreecommitdiffstats
path: root/khtml/test/lists.html
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-03-02 15:57:34 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-03-02 15:57:34 -0600
commit7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch)
treec76702a7f6310fbe9d437e347535422e836e94e9 /khtml/test/lists.html
parenta2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff)
parent27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff)
downloadtdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz
tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'khtml/test/lists.html')
-rw-r--r--khtml/test/lists.html221
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