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

Side by Side Diff: LayoutTests/plugins/pass-different-npp-struct.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 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 }
8 </script>
9 </head>
10 <body>
11 <embed id="testPlugin"
12 type="application/x-webkit-test-netscape"
13 src="data:text/plain,"
14 test="pass-different-npp-struct">
15 </embed>
16
17 <div>
18 This tests that no assertions fire when a plugin passes a different NPP stru ct to one of the NPN* functions (specifically, NPN_GetValue).
19 </div>
20 </body>
21 </html>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698