diff --git a/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test5.htm b/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test5.htm
index f23608c17bf..1e6098b2c0d 100644
--- a/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test5.htm
+++ b/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test5.htm
@@ -3,7 +3,7 @@
Test 5 for the plugin
-This page tests what happens when the plugin is fed a duff MIME type.
+
This page tests what happens when the plugin is fed a duff "foo/bar" MIME type.
It should show the default plugin. Clicking on the plugin should take you
to http://www.mozilla.org which is where the "pluginspage" parameter points.
diff --git a/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test6.htm b/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test6.htm
index be4f36cbfc3..a541085224c 100644
--- a/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test6.htm
+++ b/mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test6.htm
@@ -3,7 +3,8 @@
Test 6 for the plugin
-This test (for Shockwave plugin) does not specify the content type. The control must create the right plugin using the content type of the source data.
+This test (for Shockwave plugin) does not specify the content type as a parameter.
+The control must create the right plugin using the content type of the source data.