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

Unified Diff: LayoutTests/html5lib/generated/run-isindex-write-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-isindex-write-expected.txt
diff --git a/LayoutTests/html5lib/generated/run-isindex-write-expected.txt b/LayoutTests/html5lib/generated/run-isindex-write-expected.txt
index 23220522ce1fa63e751ee423835505dd5c714400..33d83edab970551d52d72b394d0a919f237f128f 100644
--- a/LayoutTests/html5lib/generated/run-isindex-write-expected.txt
+++ b/LayoutTests/html5lib/generated/run-isindex-write-expected.txt
@@ -1 +1,62 @@
-../resources/isindex.dat: PASS
+../resources/isindex.dat:
+1
+2
+3
+
+Test 1 of 3 in ../resources/isindex.dat failed. Input:
+<isindex>
+Got:
+| <html>
+| <head>
+| <body>
+| <isindex>
+Expected:
+| <html>
+| <head>
+| <body>
+| <form>
+| <hr>
+| <label>
+| "This is a searchable index. Enter search keywords: "
+| <input>
+| name="isindex"
+| <hr>
+
+Test 2 of 3 in ../resources/isindex.dat failed. Input:
+<isindex name="A" action="B" prompt="C" foo="D">
+Got:
+| <html>
+| <head>
+| <body>
+| <isindex>
+| action="B"
+| foo="D"
+| name="A"
+| prompt="C"
+Expected:
+| <html>
+| <head>
+| <body>
+| <form>
+| action="B"
+| <hr>
+| <label>
+| "C"
+| <input>
+| foo="D"
+| name="isindex"
+| <hr>
+
+Test 3 of 3 in ../resources/isindex.dat failed. Input:
+<form><isindex>
+Got:
+| <html>
+| <head>
+| <body>
+| <form>
+| <isindex>
+Expected:
+| <html>
+| <head>
+| <body>
+| <form>

Powered by Google App Engine
This is Rietveld 408576698