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> |