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

Side by Side Diff: LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.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 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <div>This tests that we won't crash if a full-frame plugin returns an error from its NPP_NewStream callback</div>
7 <div>SUCCESS - Didn't crash</div>
8 <iframe src="data:application/x-webkit-test-netscape,returnerrorfromnewstream">
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698