Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
implement
  • Loading branch information
fb55 committed Dec 13, 2025
commit a9bde00e9e7cc6bc91a62c972007b17f3b9d8aa4
168 changes: 126 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/parse5-parser-stream/test/parser-stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@ generateParsingTests(
'40.foreign-fragment',
'47.foreign-fragment',
'48.foreign-fragment',
// Select parsing was relaxed in the HTML spec.
// https://github.com/whatwg/html/pull/10548
// The forked test suite still tests the old behaviour.
'13.menuitem-element',
'29.tests1',
'101.tests1',
'3.tests10',
'4.tests10',
'16.tests10',
'17.tests10',
'4.tests9',
'5.tests9',
'17.tests9',
'18.tests9',
'13.tests18',
'14.tests18',
'17.webkit02',
'30.tests7',
'79.tests_innerHTML_1',
'80.tests_innerHTML_1',
'81.tests_innerHTML_1',
],
},
(test, opts) => parseChunked(test, opts),
Expand Down
Loading