Skip to content

Commit

Permalink
Fix test for </button> closing <p>
Browse files Browse the repository at this point in the history
The document `<!doctype html><button><p></button>x` has no errors.
  • Loading branch information
stevecheckoway authored and Ms2ger committed Jul 11, 2022
1 parent 9f14a9a commit e3e6e15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tree-construction/tests20.dat
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,6 @@
#data
<!doctype html><button><p></button>x
#errors
(1,35): end-tag-too-early
(1,36): expected-named-closing-tag-but-got-eof
(1,36): expected-closing-tag-but-got-eof
#document
| <!DOCTYPE html>
| <html>
Expand Down

0 comments on commit e3e6e15

Please sign in to comment.