blob: aee07c566df3213e52f35dcf2ac61776366914a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<html>
<head>
<script src="npapi.js"></script>
</head>
<body>
<div id="statusPanel" style="border: 1px solid red; width: 100%">
Test running....
</div>
NPAPI ConvertPoint test<p>
Tests that NPN_ConvertPoint works.<P>
<div style="position:absolute; left: 50px; top: 50px">
<embed type="application/vnd.npapi-test"
src="foo"
name="convert_point"
id="1"
mode="np_embed"
>
</div>
</body>
</html>
|