diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /khtml/test/testpages.html | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
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
Diffstat (limited to 'khtml/test/testpages.html')
-rw-r--r-- | khtml/test/testpages.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/khtml/test/testpages.html b/khtml/test/testpages.html new file mode 100644 index 000000000..e117a7db9 --- /dev/null +++ b/khtml/test/testpages.html @@ -0,0 +1,34 @@ +<html> +<title> +Links to some test pages +</title> +<body> +<p> +<a href="http://dbaron.org/dom/test/">David Baron's DOM test suite</a><br> +Tests that work perfectly so far: +<a href="http://dbaron.org/dom/test/one-core-html/DocumentFragment">DocumentFragment</a>, +<a href="http://dbaron.org/dom/test/one-core-html/Document">Document</a>, +<a href="http://dbaron.org/dom/test/one-core-html/Comment">Comment</a>, +<a href="http://dbaron.org/dom/test/one-core-html/Node">Node</a>, +<a href="http://dbaron.org/dom/test/one-core-html/Text">Text</a> + +<p> +<a href="http://www.jeremie.com/Dev/DOM/index.jer">more jscript tests</a> + +<p> +Some pages with tests from mozilla.org: +<ul> +<li><a href="http://komodo.mozilla.org/buster/">tests lots of pages</a> +<li><a href="http://www.mozilla.org/quality/browser_sc.html">collection of links to test pages</a> +</ul> +<p> +Some more CSS: <a href="http://haughey.com/csshorrors/">http://haughey.com/csshorrors/</a><br> +The evil Tests: <a href="http://www.hixie.ch/tests/evil/mixed/home.html">http://www.hixie.ch/tests/evil/mixed/home.html</a> +<p> +The w3c CSS test suite:<a href="http://www.w3.org/Style/CSS/Test/"> +http://www.w3.org/Style/CSS/Test/</a> +<p> +CSS+Javascript tests: <a href="http://www.quirksmode.org">http://www.quirksmode.org</a><p> +More evil CSS tests on <a href="http://www.endoframe.com/css/tests/">http://www.endoframe.com/css/tests/</a> + </body> +</html> |