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

Side by Side Diff: content/test/data/npapi/plugin_single_range_request.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 <body>
8 <div id="statusPanel" style="border: 1px solid red; width: 100%">
9 Test running....
10 </div>
11
12 <p>
13 Plugun Single Range Request test.
14 </p>
15 <p>
16 This test verifies that we correctly serve
17 NPN_RequestRead calls with single range.
18 </p>
19
20 <embed type="application/vnd.npapi-test"
21 url_to_request="http://mock.http/npapi/plugin_range_request.dat"
22 name="plugin_request_read_single_range"
23 id="1"
24 mode="np_embed"
25 />
26
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698