Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: content/test/data/npapi/arguments.html

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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%">
10 Test running....
11 </div>
12
13
14 NPAPI Loading and Argument Tests<p>
15 Tests our ability to pass arguments to the plugin via the embed
16 tag.<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="012345678901234567890123456789012345678901234567890123456789012345 6789"
32 val8="012345678901234567890123456789012345678901234567890123456789012345 67890123456789"
33 val9="012345678901234567890123456789012345678901234567890123456789012345 678901234567890123456789"
34 val10="01234567890123456789012345678901234567890123456789012345678901234 56789012345678901234567890123456789"
35 val11="01234567890123456789012345678901234567890123456789012345678901234 567890123456789012345678901234567890123456789"
36 val12="01234567890123456789012345678901234567890123456789012345678901234 5678901234567890123456789012345678901234567890123456789"
37 >
38
39 </body>
40 </html>
OLDNEW
« no previous file with comments | « content/test/data/npapi/alert_in_window_message.html ('k') | content/test/data/npapi/convert_point.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698