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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/get-empty-url.html
diff --git a/LayoutTests/plugins/get-empty-url.html b/LayoutTests/plugins/get-empty-url.html
deleted file mode 100644
index 92998feaadcf86c06c1d5491d77e7736482c2ff4..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/get-empty-url.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<body>
-<embed name="plg" type="application/x-webkit-test-netscape"></embed>
-<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=7808">bug 7808<a/>. Should not fail with an assertion.</p>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- plg.getURL("");
- } else {
- document.write("Cannot run interactively");
- }
-</script>
-</body>
-</html>
« 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