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

Side by Side Diff: LayoutTests/plugins/get-empty-url.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 <body>
3 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=7808">bug 7808<a/>. Should not fail with an assertion.</p>
5 <script>
6 if (window.testRunner) {
7 testRunner.dumpAsText();
8 plg.getURL("");
9 } else {
10 document.write("Cannot run interactively");
11 }
12 </script>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/destroy-stream-twice-expected.txt ('k') | LayoutTests/plugins/get-empty-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698