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

Unified Diff: LayoutTests/html5lib/generated/run-tests2-data-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/html5lib/generated/run-tests2-data-expected.txt
diff --git a/LayoutTests/html5lib/generated/run-tests2-data-expected.txt b/LayoutTests/html5lib/generated/run-tests2-data-expected.txt
index 278ed2cd032877fa07bb0f8adc51e934065d6ca7..200bf48fd67a5b64d92cacbc174e4d83675fbba6 100644
--- a/LayoutTests/html5lib/generated/run-tests2-data-expected.txt
+++ b/LayoutTests/html5lib/generated/run-tests2-data-expected.txt
@@ -1 +1,24 @@
-../resources/tests2.dat: PASS
+../resources/tests2.dat:
+43
+
+Test 43 of 61 in ../resources/tests2.dat failed. Input:
+<isindex test=x name=x>
+Got:
+| <html>
+| <head>
+| <body>
+| <isindex>
+| name="x"
+| test="x"
+Expected:
+| <html>
+| <head>
+| <body>
+| <form>
+| <hr>
+| <label>
+| "This is a searchable index. Enter search keywords: "
+| <input>
+| name="isindex"
+| test="x"
+| <hr>

Powered by Google App Engine
This is Rietveld 408576698