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

Unified Diff: LayoutTests/http/tests/misc/isindex-with-no-form-base-href.html

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 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/http/tests/misc/isindex-with-no-form-base-href.html
diff --git a/LayoutTests/http/tests/misc/isindex-with-no-form-base-href.html b/LayoutTests/http/tests/misc/isindex-with-no-form-base-href.html
deleted file mode 100644
index 4e806d89b9882da84625b2e2214760ce46f0383a..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/misc/isindex-with-no-form-base-href.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpChildFramesAsText();
- testRunner.waitUntilDone();
-}
-</script>
-</head>
-<body>
-<iframe src="resources/isindex-with-no-form-base-href.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698