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:
12
mozilla/modules/plugin/test/samples/embed-test.html
Executable file
12
mozilla/modules/plugin/test/samples/embed-test.html
Executable 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>
|
||||
Reference in New Issue
Block a user