[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / arguments.html
blob835473c17cc466923b71169c68c2cf83a21692b5
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
14 NPAPI Loading and Argument Tests<p>
15 Tests our ability to pass arguments to the plugin via the embed
16 tag.<P>
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"
39 </body>
40 </html>