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

Unified Diff: LayoutTests/fast/parser/script-tests/fragment-parser.js

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/fast/parser/script-tests/fragment-parser.js
diff --git a/LayoutTests/fast/parser/script-tests/fragment-parser.js b/LayoutTests/fast/parser/script-tests/fragment-parser.js
index 03953f6b17129189ded3fa20b1bb53a64b528b3d..cb7a31e2e77cf4d48ebcf8437c413b32773ef696 100644
--- a/LayoutTests/fast/parser/script-tests/fragment-parser.js
+++ b/LayoutTests/fast/parser/script-tests/fragment-parser.js
@@ -26,7 +26,7 @@ shouldBe("parse('<html><object>')", "['<object></object>','<html><body></body></
shouldBe("parse('<html><embed>')", "['<embed>','<html><body></body></html>']");
shouldBe("parse('<html><title>')", "['<title></title>','<html><body></body></html>']");
-shouldBe("parse('<html><isindex>')", "['<form><hr><label>This is a searchable index. Enter search keywords: <input name=\"isindex\"></label><hr></form>','<html><body></body></html>']");
+shouldBe("parse('<html><isindex>')", "['<isindex></isindex>','<html><body></body></html>']");
shouldBe("parse('<html><base>')", "['','<html><body></body></html>']");
shouldBe("parse('<html><div>')", "['<div></div>','<html><body></body></html>']");
shouldBe("parse('<frameset>')", "['','<html><body></body></html>']");

Powered by Google App Engine
This is Rietveld 408576698