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

Side by Side Diff: LayoutTests/plugins/npruntime/invoke-failure.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><body>
2 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
3 <div id="console">FAILURE: No exception caught.</div>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7
8 try {
9 plg.testFail();
10 } catch (e) {
11 document.getElementById('console').innerHTML = 'SUCCESS: Exception caugh t: ' + e;
12 }
13 </script></body></html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npruntime/invoke-expected.txt ('k') | LayoutTests/plugins/npruntime/invoke-failure-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698