Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate tests #159

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tree-construction/foreign-fragment.dat
Original file line number Diff line number Diff line change
Expand Up @@ -478,14 +478,6 @@ svg desc
#document
| <div>

#data
<figure></figure>
#errors
#document-fragment
svg desc
#document
| <figure>

#data
<plaintext><foo>
#errors
Expand Down
13 changes: 0 additions & 13 deletions tree-construction/scriptdata01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@ FOO<script>'<!-->'</script>BAR
| "'<!-->'"
| "BAR"

#data
FOO<script>'<!-->'</script>BAR
#errors
(1,3): expected-doctype-but-got-chars
#document
| <html>
| <head>
| <body>
| "FOO"
| <script>
| "'<!-->'"
| "BAR"

#data
FOO<script>'<!-- potato'</script>BAR
#errors
Expand Down
25 changes: 0 additions & 25 deletions tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -867,21 +867,6 @@ no doctype
| <link>
| <td>

#data
<body><template><template><tr></tr></template><td></td></template>
#errors
no doctype
#document
| <html>
| <head>
| <body>
| <template>
| content
| <template>
| content
| <tr>
| <td>

#data
<body><table><colgroup><template><col></col></template></colgroup></table></body>
#errors
Expand Down Expand Up @@ -1582,16 +1567,6 @@ no doctype
| content
| <body>

#data
<body></body><template>
#errors
#document
| <html>
| <head>
| <body>
| <template>
| content

#data
<!DOCTYPE HTML><dummy><table><template><table><template><table><script>
#errors
Expand Down
31 changes: 0 additions & 31 deletions tree-construction/tests1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1433,24 +1433,6 @@ Line1<br>Line2<br>Line3<br>Line4
| <meta>
| <p>

#data
<b><table><td><i></table>
#errors
(1,3): expected-doctype-but-got-start-tag
(1,14): unexpected-cell-in-table-body
(1,25): unexpected-cell-end-tag
(1,25): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
| <body>
| <b>
| <table>
| <tbody>
| <tr>
| <td>
| <i>

#data
<b><table><td></b><i></table>
#errors
Expand Down Expand Up @@ -1547,19 +1529,6 @@ Line1<br>Line2<br>Line3<br>Line4
| <p>
| <p>

#data
<p><hr></p>
#errors
(1,3): expected-doctype-but-got-start-tag
(1,11): unexpected-end-tag
#document
| <html>
| <head>
| <body>
| <p>
| <hr>
| <p>

#data
<select><b><option><select><option></b></select>
#errors
Expand Down
55 changes: 0 additions & 55 deletions tree-construction/tests19.dat
Original file line number Diff line number Diff line change
Expand Up @@ -387,19 +387,6 @@
| <select>
| <option>

#data
<!doctype html><select><option></optgroup>
#errors
(1,42): unexpected-end-tag-in-select
(1,42): eof-in-select
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <select>
| <option>

#data
<!doctype html><dd><optgroup><dd>
#errors
Expand Down Expand Up @@ -1235,48 +1222,6 @@
| "c"
| <table>

#data
<!doctype html><table><i>a<b>b<div>c<a>d</i>e</b>f
#errors
(1,25): foster-parenting-start-tag
(1,26): foster-parenting-character
(1,29): foster-parenting-start-tag
(1,30): foster-parenting-character
(1,35): foster-parenting-start-tag
(1,36): foster-parenting-character
(1,39): foster-parenting-start-tag
(1,40): foster-parenting-character
(1,44): foster-parenting-end-tag
(1,44): adoption-agency-1.3
(1,44): adoption-agency-1.3
(1,45): foster-parenting-character
(1,49): foster-parenting-end-tag
(1,44): adoption-agency-1.3
(1,44): adoption-agency-1.3
(1,50): foster-parenting-character
(1,50): eof-in-table
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <i>
| "a"
| <b>
| "b"
| <b>
| <div>
| <b>
| <i>
| "c"
| <a>
| "d"
| <a>
| "e"
| <a>
| "f"
| <table>

#data
<!doctype html><table><i>a<div>b<tr>c<b>d</i>e
#errors
Expand Down
13 changes: 0 additions & 13 deletions tree-construction/tests20.dat
Original file line number Diff line number Diff line change
Expand Up @@ -533,19 +533,6 @@
| <button>
| "a"

#data
<!doctype html><address><button></address>a
#errors
(1,42): end-tag-too-early
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <address>
| <button>
| "a"

#data
<p><table></p>
#errors
Expand Down
27 changes: 0 additions & 27 deletions tree-construction/tests21.dat
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,6 @@
| <svg svg>
| "foo"

#data
<svg><![CDATA[foo
#errors
(1,5): expected-doctype-but-got-start-tag
(1:18) eof-in-cdata
(1,17): expected-closing-tag-but-got-eof
#new-errors
(1:18) eof-in-cdata
#document
| <html>
| <head>
| <body>
| <svg svg>
| "foo"

#data
<svg><![CDATA[
#errors
Expand Down Expand Up @@ -104,18 +89,6 @@
| <svg svg>
| "]] >"

#data
<svg><![CDATA[]] >]]>
#errors
(1,5): expected-doctype-but-got-start-tag
(1,21): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
| <body>
| <svg svg>
| "]] >"

#data
<svg><![CDATA[]]
#errors
Expand Down
44 changes: 0 additions & 44 deletions tree-construction/tests_innerHTML_1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ table
#document
| <a>

#data
<a>
#errors
(1,3): unexpected-start-tag-implies-table-voodoo
(1,3): eof-in-table
#document-fragment
table
#document
| <a>

#data
<a><caption>a
#errors
Expand Down Expand Up @@ -502,30 +492,6 @@ tbody
| <tr>
| <td>

#data
<a><td>
#errors
(1,3): unexpected-start-tag-implies-table-voodoo
(1,7): unexpected-cell-in-table-body
#document-fragment
tbody
#document
| <a>
| <tr>
| <td>

#data
<a><td>
#errors
(1,3): unexpected-start-tag-implies-table-voodoo
(1,7): unexpected-cell-in-table-body
#document-fragment
tbody
#document
| <a>
| <tr>
| <td>

#data
<td><table><tbody><a><tr>
#errors
Expand Down Expand Up @@ -648,16 +614,6 @@ tr
| <table>
| <td>

#data
<td><table></table><td>
#errors
#document-fragment
tr
#document
| <td>
| <table>
| <td>

#data
<caption><a>
#errors
Expand Down