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

Side by Side Diff: LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../resources/plugin.js"></script>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 startAfterLoadAndFinish();
9 </script>
10 </head>
11 <body>
12 <div>
13 <embed id=testPlugin type="application/x-webkit-test-netscape" test="get -user-agent-with-null-npp-from-npp-new"></embed>
14 </div>
15 <p>This tests that we can get a user agent when calling NPN_UserAgent with a null NPP from NPP_New.</p>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698