Add <details> test to see how many downstream projects honor insertion modes #181
Annotations
10 errors
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <html>
| <head>
| <body>
| <details>
| name="hello"
| open=""
| <details>
| name="hello"
Actual:
-----------------
| <html>
| <head>
| <body>
| <details>
| name="hello"
| open=""
| <details>
| name="hello"
| open=""
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <plaintext>
| "a<caption>b"
| <table>
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| "a"
| <table>
| <caption>
| "b"
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <plaintext>
| "</plaintext>X"
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| "X"
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <svg svg>
| <svg g>
| "foo"
| <svg g>
| "bar"
| <p>
| "baz"
| <table>
| <p>
| "quux"
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| "foobarbaz"
| <table>
| <p>
| "quux"
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| <svg svg>
| <svg g>
| "foo"
| <svg g>
| "bar"
| <p>
| "baz"
| <p>
| "quux"
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <tbody>
| <tr>
| <td>
| <select>
| "foobarbaz"
| <p>
| "quux"
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <option>
| <svg svg>
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <option>
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <svg svg>
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <html>
| <head>
| <body>
| <select>
| <b>
| <option>
| <b>
| <option>
Actual:
-----------------
| <html>
| <head>
| <body>
| <select>
| <option>
| <option>
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <html>
| <head>
| <body>
| <select>
| <b>
| <option>
| <b>
| <option>
| "X"
Actual:
-----------------
| <html>
| <head>
| <body>
| <select>
| <option>
| <option>
| "X"
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
|
Run npm run unit-tests:
test/utils/generate-parsing-tests.ts#L111
AssertionError:
Expected:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <menuitem>
Actual:
-----------------
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
: expected false to be truthy
❯ ../../test/utils/generate-parsing-tests.ts:111:20
|
Loading