NOT PART OF BUILD. Slightly changed descriptive wording on test pages. a=blizzard@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@104585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie 2001-10-04 13:10:45 +00:00
parent b16bcfe88a
commit bf7345cf6d
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<TITLE>Test 5 for the plugin</TITLE>
</HEAD>
<BODY>
<p>This page tests what happens when the plugin is fed a duff MIME type.
<p>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.</p>
<OBJECT ID="PluginHostCtrl" CLASSID="CLSID:DBB2DE32-61F1-4F7F-BEB8-A37F5BC24EE2" width="500" height="300">

View File

@ -3,7 +3,8 @@
<TITLE>Test 6 for the plugin</TITLE>
</HEAD>
<BODY>
<p>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.</p>
<p>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.</p>
<OBJECT ID="PluginHostCtrl" CLASSID="CLSID:DBB2DE32-61F1-4F7F-BEB8-A37F5BC24EE2" width="500" height="300">
<PARAM name="src" value="http://www.southparkstudios.com/timmygame/timmy_game.swf"/>
</OBJECT>