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

Side by Side Diff: LayoutTests/plugins/null-npp-getvalue-pointer.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 <body>
4 <embed id="testPlugin" type="application/x-webkit-test-netscape" src="data:text/ plain," test="null-npp-getvalue-pointer">
5 </embed>
6
7 <div>
8 This tests that we don't crash when the plugin passes 0 for its NPP_GetValue pointer.
9 </div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
14 </body>
15 </html>
16
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npruntime/throw-exception-expected.txt ('k') | LayoutTests/plugins/null-npp-getvalue-pointer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698