path:
root/
src/
plugin/
test.html (
plain)
blob: ce353696359c3391198a876e5a8f54e26da8d39e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<body>
<center><h1>Basic Plugin Example for Mozilla Test Case</h1></center>
This test case is to demonstrate the Basic Plugin example. You
should see the plugin window with the black frame aroung it and
the browser user agent string which plugin draws inside the
window.
<br><br>
<center>
<embed type="application/x-flumap" width=600 height=80>
</center>
</body>
</html>
|