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/java.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/java.html')
-rw-r--r-- | khtml/test/java.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/khtml/test/java.html b/khtml/test/java.html new file mode 100644 index 000000000..dfe8d698a --- /dev/null +++ b/khtml/test/java.html @@ -0,0 +1,15 @@ +<html> +<body> +<table> +<tr> +<td width=240> +<APPLET CODE=lake.class ID=Lake WIDTH=240 HEIGHT=630> + <PARAM NAME=image VALUE="konqi.gif"> +</APPLET> +<td width=240> +This is a small page to test html's java support. On the left you should see a picture of +Konqi, which is mirrored on a water surface below. +</table> +This text should be directly beow the applet... +</body> +</html>
\ No newline at end of file |