../resources/tests9.dat:
5
6
18
19
Test 5 of 27 in ../resources/tests9.dat failed. Input:
<!DOCTYPE html><body><select><math></math></select>
Got:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <math math>
Expected:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
Test 6 of 27 in ../resources/tests9.dat failed. Input:
<!DOCTYPE html><body><select><option><math></math></option></select>
Got:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <option>
| <math math>
Expected:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <option>
Test 18 of 27 in ../resources/tests9.dat failed. Input:
<!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
Got:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <math math>
| <math mi>
| "foo"
| <math mi>
| "bar"
| <p>
| "baz"
| <p>
| "quux"
Expected:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| "foobarbaz"
| <p>
| "quux"
Test 19 of 27 in ../resources/tests9.dat failed. Input:
<!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
Got:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <math math>
| <math mi>
| "foo"
| <math mi>
| "bar"
| <p>
| "baz"
| <table>
| <p>
| "quux"
Expected:
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| "foobarbaz"
| <table>
| <p>
| "quux"