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>']"); |