• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2
3<head>
4<script src="npapi.js"></script>
5</head>
6
7
8<body>
9<div id="statusPanel" style="border: 1px solid red; width: 100%">
10Test running....
11</div>
12
13
14NPAPI Loading and Argument Tests<p>
15Tests our ability to pass arguments to the plugin via the embed
16tag.<P>
17
18<embed	type="application/vnd.npapi-test"
19	src="foo"
20	name="arguments"
21	id="1"
22	mode="np_embed"
23	count="12"
24	size="10"
25	val1="0123456789"
26	val2="01234567890123456789"
27	val3="012345678901234567890123456789"
28	val4="0123456789012345678901234567890123456789"
29	val5="01234567890123456789012345678901234567890123456789"
30	val6="012345678901234567890123456789012345678901234567890123456789"
31	val7="0123456789012345678901234567890123456789012345678901234567890123456789"
32	val8="01234567890123456789012345678901234567890123456789012345678901234567890123456789"
33	val9="012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"
34	val10="0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"
35	val11="01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"
36	val12="012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"
37>
38
39</body>
40</html>
41