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

Unified Diff: LayoutTests/fast/parser/fragment-parser-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
Index: LayoutTests/fast/parser/fragment-parser-expected.txt
diff --git a/LayoutTests/fast/parser/fragment-parser-expected.txt b/LayoutTests/fast/parser/fragment-parser-expected.txt
index a91969459ea0c6f209f98859ceed96a8ebcb1c94..b7291e8630291d9fa92324e617652bdac10291c9 100644
--- a/LayoutTests/fast/parser/fragment-parser-expected.txt
+++ b/LayoutTests/fast/parser/fragment-parser-expected.txt
@@ -14,7 +14,7 @@ PASS parse('<html><link>') is ['<link>','<html><body></body></html>']
PASS parse('<html><object>') is ['<object></object>','<html><body></body></html>']
PASS parse('<html><embed>') is ['<embed>','<html><body></body></html>']
PASS parse('<html><title>') is ['<title></title>','<html><body></body></html>']
-PASS parse('<html><isindex>') is ['<form><hr><label>This is a searchable index. Enter search keywords: <input name="isindex"></label><hr></form>','<html><body></body></html>']
+PASS parse('<html><isindex>') is ['<isindex></isindex>','<html><body></body></html>']
FAIL parse('<html><base>') should be ,<html><body></body></html>. Was <base>,<html><body></body></html>.
PASS parse('<html><div>') is ['<div></div>','<html><body></body></html>']
PASS parse('<frameset>') is ['','<html><body></body></html>']
« no previous file with comments | « LayoutTests/fast/forms/text-style-color.html ('k') | LayoutTests/fast/parser/script-tests/fragment-parser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698