chromium/third_party/blink/web_tests/html5lib/generated/run-tests19-data-expected.txt

../resources/tests19.dat:
8
9
10
11
12

Test 8 of 108 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 108 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 108 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 108 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 108 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>