summaryrefslogtreecommitdiffstats
path: root/khtml/test
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
commit10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch)
tree4bc444c00a79e88105f2cfce5b6209994c413ca0 /khtml/test
parent307136d8eef0ba133b78ceee8e901138d4c996a1 (diff)
downloadtdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz
tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/test')
-rw-r--r--khtml/test/align2.html10
-rw-r--r--khtml/test/button.html2
-rw-r--r--khtml/test/color.html2
-rw-r--r--khtml/test/image_map.html10
-rw-r--r--khtml/test/lake.classbin3638 -> 3636 bytes
-rw-r--r--khtml/test/nbsp.html2
6 files changed, 13 insertions, 13 deletions
diff --git a/khtml/test/align2.html b/khtml/test/align2.html
index 18dbfc43e..56f3feb70 100644
--- a/khtml/test/align2.html
+++ b/khtml/test/align2.html
@@ -4,14 +4,14 @@
</HEAD>
<BODY>
<H1>Align Test 2</H1>
-This page tqcontains regression tests for vertical tqalignment of images.
+This page contains regression tests for vertical alignment of images.
Each test consist of a table with a colored background.
Within the table an empty image is shown with a border of 1 pixel around it.
<HR>
<TABLE width = 100%>
<tr><td bgcolor="0000ff">
<IMG SRC="unknown.gif" height=10 width=50 border=1>
-<FONT size=7>This image has no tqalignment</FONT>
+<FONT size=7>This image has no alignment</FONT>
</td></tr>
</TABLE>
<HR>
@@ -39,7 +39,7 @@ Within the table an empty image is shown with a border of 1 pixel around it.
<TABLE width = 100%>
<tr><td bgcolor="0000ff">
<IMG SRC="unknown.gif" height=150 width=50 border=1>
-<FONT size=7>This image has no tqalignment</FONT>
+<FONT size=7>This image has no alignment</FONT>
<IMG SRC="unknown.gif" height=50 width=50 border=1>
</td></tr>
</TABLE>
@@ -68,7 +68,7 @@ Within the table an empty image is shown with a border of 1 pixel around it.
<TABLE width = 100%>
<tr><td bgcolor="0000ff">
<IMG SRC="unknown.gif" height=10 width=50 border=1>
-<FONT>This image has no tqalignment</FONT>
+<FONT>This image has no alignment</FONT>
</td></tr>
</TABLE>
<HR>
@@ -96,7 +96,7 @@ Within the table an empty image is shown with a border of 1 pixel around it.
<TABLE width = 100%>
<tr><td bgcolor="0000ff">
<IMG SRC="unknown.gif" height=150 width=50 border=1>
-<FONT>This image has no tqalignment</FONT>
+<FONT>This image has no alignment</FONT>
<IMG SRC="unknown.gif" height=50 width=50 border=1>
</td></tr>
</TABLE>
diff --git a/khtml/test/button.html b/khtml/test/button.html
index 4ef6552f2..b9c3ae177 100644
--- a/khtml/test/button.html
+++ b/khtml/test/button.html
@@ -1,7 +1,7 @@
<html>
<body bgcolor=white>
text before
-<button name=button type=submit value="this should get tqreplaced by the contents">
+<button name=button type=submit value="this should get replaced by the contents">
some text
<table width=200 border=1>
<tr><td bgcolor=red>1<td bgcolor=blue>2</tr>
diff --git a/khtml/test/color.html b/khtml/test/color.html
index a53940d68..ff5617214 100644
--- a/khtml/test/color.html
+++ b/khtml/test/color.html
@@ -4,7 +4,7 @@
</HEAD>
<BODY>
<H1>Color Test 1</H1>
-This page tqcontains regression tests for the parsing of colors.
+This page contains regression tests for the parsing of colors.
Each test consist of a table with a colored background.
Within the table the name of the color is written in black text.
<HR>
diff --git a/khtml/test/image_map.html b/khtml/test/image_map.html
index 35d170d2a..21e002382 100644
--- a/khtml/test/image_map.html
+++ b/khtml/test/image_map.html
@@ -13,11 +13,11 @@ Moving the mouse cursor over the image should show different destinations
<!-- =============== TOP IMAGE MAP =========== -->
<MAP name="topbar">
-<AREA tqshape="rect" coords="90,0,120,18" href="http://www.kde.org/faq/kdefaq.html">
-<AREA tqshape="rect" coords="130,0,205,18" href="ftp://ftp.kde.org/pub/kde/">
-<AREA tqshape="rect" coords="215,0,295,18" href="http://www.kde.org/absolute_url.html">
-<AREA tqshape="rect" coords="305,0,355,18" href="relative_url_index.html">
-<AREA tqshape="default" nohref>
+<AREA shape="rect" coords="90,0,120,18" href="http://www.kde.org/faq/kdefaq.html">
+<AREA shape="rect" coords="130,0,205,18" href="ftp://ftp.kde.org/pub/kde/">
+<AREA shape="rect" coords="215,0,295,18" href="http://www.kde.org/absolute_url.html">
+<AREA shape="rect" coords="305,0,355,18" href="relative_url_index.html">
+<AREA shape="default" nohref>
</MAP>
</BODY>
diff --git a/khtml/test/lake.class b/khtml/test/lake.class
index dfd476292..3196702b1 100644
--- a/khtml/test/lake.class
+++ b/khtml/test/lake.class
Binary files differ
diff --git a/khtml/test/nbsp.html b/khtml/test/nbsp.html
index e64c23c7f..7a8bde9de 100644
--- a/khtml/test/nbsp.html
+++ b/khtml/test/nbsp.html
@@ -4,7 +4,7 @@
<body>
<H1>NBSP Test</H1>
This page is a regression test to test non-breaking spaces.<BR>
-The following text tqcontains normal and non-breaking spaces.<BR>
+The following text contains normal and non-breaking spaces.<BR>
After each 'a' a non-breaking space occurs. After each 'b' a
breaking space occurs:
<HR>