| CONSOLE ERROR: Uncaught SyntaxError: Unexpected token '<' |
| CONSOLE WARNING: A <select> tag was parsed within another <select> tag and was converted into </select>. Please add the missing </select> end tag. |
| CONSOLE WARNING: A <select> tag was parsed within another <select> tag and was converted into </select>. Please add the missing </select> end tag. |
| ../resources/tests1.dat: |
| 30 |
| 100 |
| |
| Test 30 of 112 in ../resources/tests1.dat failed. Input: |
| <select><b><option><select><option></b></select>X |
| Got: |
| | <html> |
| | <head> |
| | <body> |
| | <select> |
| | <b> |
| | <option> |
| | <b> |
| | <option> |
| | "X" |
| Expected: |
| | <html> |
| | <head> |
| | <body> |
| | <select> |
| | <option> |
| | <option> |
| | "X" |
| |
| Test 100 of 112 in ../resources/tests1.dat failed. Input: |
| <select><b><option><select><option></b></select> |
| Got: |
| | <html> |
| | <head> |
| | <body> |
| | <select> |
| | <b> |
| | <option> |
| | <b> |
| | <option> |
| Expected: |
| | <html> |
| | <head> |
| | <body> |
| | <select> |
| | <option> |
| | <option> |