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

Side by Side Diff: LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.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 <script>
2 function testSucceeded() {
3 document.getElementById('console').innerText = 'SUCCESS';
4 if (window.testRunner)
5 testRunner.notifyDone();
6 }
7
8 if (window.testRunner) {
9 testRunner.dumpAsText();
10 testRunner.waitUntilDone();
11 }
12 </script>
13 <body>
14 <embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-notif y-with-url-that-fails-to-load" width=100 height=100></embed>
15 <p id="description">This tests that calling NPN_GetURLNotify on a URL that never even loads still calls NPP_URLNotify.</p>
16 <div id="console">FAILURE</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698