Sample HTML page with embed tag for the test XPCOM plugin.

git-svn-id: svn://10.0.0.236/trunk@41221 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hoa.nguyen%intel.com
1999-07-27 02:48:34 +00:00
parent 82d0e483eb
commit 6d9c3ed0bc
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>Embed Test</title>
</head>
<body>
<center>
<h1>Embed Test</h1>
<embed type="application/x-simple">
</center>
</body>
</html>