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

Unified Diff: LayoutTests/fast/forms/isindex-name-expected.txt

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
« no previous file with comments | « LayoutTests/fast/forms/isindex-name.html ('k') | LayoutTests/fast/forms/isindex-placeholder.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/isindex-name-expected.txt
diff --git a/LayoutTests/fast/forms/isindex-name-expected.txt b/LayoutTests/fast/forms/isindex-name-expected.txt
deleted file mode 100644
index 8cd9efdb401e722e6ee0d73c41bdd27296a10432..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/isindex-name-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Initial name:
-PASS isindex.name is "isindex"
-Adding a name attribute:
-PASS isindex.setAttribute("name", "foo"); isindex.name is "foo"
-Removing the name attribute:
-PASS isindex.removeAttribute("name"); isindex.name is ""
-PASS successfullyParsed is true
-
-TEST COMPLETE
-This is a searchable index. Enter search keywords:
-
« no previous file with comments | « LayoutTests/fast/forms/isindex-name.html ('k') | LayoutTests/fast/forms/isindex-placeholder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698