Skip to content

Commit e3e6e15

Browse files
stevecheckowayMs2ger
authored andcommitted
Fix test for </button> closing <p>
The document `<!doctype html><button><p></button>x` has no errors.
1 parent 9f14a9a commit e3e6e15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tree-construction/tests20.dat

-3
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,6 @@
511511
#data
512512
<!doctype html><button><p></button>x
513513
#errors
514-
(1,35): end-tag-too-early
515-
(1,36): expected-named-closing-tag-but-got-eof
516-
(1,36): expected-closing-tag-but-got-eof
517514
#document
518515
| <!DOCTYPE html>
519516
| <html>

0 commit comments

Comments
 (0)