chromium/third_party/blink/web_tests/html5lib/generated/run-tests2-write-expected.txt

../resources/tests2.dat:
36
37
43

Test 36 of 61 in ../resources/tests2.dat failed. Input:
<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
Got:
| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <select>
|       <optgroup>
|         <option>
|       <option>
|     <select>
|       <option>
Expected:
| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <select>
|       <optgroup>
|         <option>
|       <option>
|     <option>

Test 37 of 61 in ../resources/tests2.dat failed. Input:
<!DOCTYPE html><select><optgroup><option><optgroup>
Got:
| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <select>
|       <optgroup>
|         <option>
|         <optgroup>
Expected:
| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <select>
|       <optgroup>
|         <option>
|       <optgroup>

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>