Index: LayoutTests/html5lib/generated/run-tests19-data-expected.txt |
diff --git a/LayoutTests/html5lib/generated/run-tests19-data-expected.txt b/LayoutTests/html5lib/generated/run-tests19-data-expected.txt |
index 7c647f0498a5095eb3c1b1e3fbcc46195e6d0e68..6aacf43a6ce4f681f4ce6e073f013739529a1873 100644 |
--- a/LayoutTests/html5lib/generated/run-tests19-data-expected.txt |
+++ b/LayoutTests/html5lib/generated/run-tests19-data-expected.txt |
@@ -1 +1,112 @@ |
-../resources/tests19.dat: PASS |
+../resources/tests19.dat: |
+8 |
+9 |
+10 |
+11 |
+12 |
+ |
+Test 8 of 104 in ../resources/tests19.dat failed. Input: |
+<!doctype html><form><isindex> |
+Got: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+| <isindex> |
+Expected: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+ |
+Test 9 of 104 in ../resources/tests19.dat failed. Input: |
+<!doctype html><isindex action="POST"> |
+Got: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <isindex> |
+| action="POST" |
+Expected: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+| action="POST" |
+| <hr> |
+| <label> |
+| "This is a searchable index. Enter search keywords: " |
+| <input> |
+| name="isindex" |
+| <hr> |
+ |
+Test 10 of 104 in ../resources/tests19.dat failed. Input: |
+<!doctype html><isindex prompt="this is isindex"> |
+Got: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <isindex> |
+| prompt="this is isindex" |
+Expected: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+| <hr> |
+| <label> |
+| "this is isindex" |
+| <input> |
+| name="isindex" |
+| <hr> |
+ |
+Test 11 of 104 in ../resources/tests19.dat failed. Input: |
+<!doctype html><isindex type="hidden"> |
+Got: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <isindex> |
+| type="hidden" |
+Expected: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+| <hr> |
+| <label> |
+| "This is a searchable index. Enter search keywords: " |
+| <input> |
+| name="isindex" |
+| type="hidden" |
+| <hr> |
+ |
+Test 12 of 104 in ../resources/tests19.dat failed. Input: |
+<!doctype html><isindex name="foo"> |
+Got: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <isindex> |
+| name="foo" |
+Expected: |
+| <!DOCTYPE html> |
+| <html> |
+| <head> |
+| <body> |
+| <form> |
+| <hr> |
+| <label> |
+| "This is a searchable index. Enter search keywords: " |
+| <input> |
+| name="isindex" |
+| <hr> |