-
-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the latest select parsing changes
- whatwg/html#10557 and pin to upstream html5lib-tests - html5lib/html5lib-tests#178
- Loading branch information
1 parent
9568860
commit 70eb54c
Showing
3 changed files
with
37 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule html5lib-tests
updated
15 files
+55 −0 | .github/workflows/downstream.yml | |
+2 −1 | tree-construction/menuitem-element.dat | |
+53 −0 | tree-construction/quirks01.dat | |
+30 −15 | tree-construction/tables01.dat | |
+18 −14 | tree-construction/tests1.dat | |
+25 −21 | tree-construction/tests10.dat | |
+4 −6 | tree-construction/tests17.dat | |
+29 −15 | tree-construction/tests18.dat | |
+14 −2 | tree-construction/tests2.dat | |
+16 −0 | tree-construction/tests4.dat | |
+46 −8 | tree-construction/tests7.dat | |
+31 −21 | tree-construction/tests9.dat | |
+5 −4 | tree-construction/tests_innerHTML_1.dat | |
+38 −32 | tree-construction/webkit01.dat | |
+150 −13 | tree-construction/webkit02.dat |