Skip to content

Commit

Permalink
Fix wpt failure in overwritten-customElements-global.html
Browse files Browse the repository at this point in the history
Now only Node.js v18 fails, presumably due to improvements in Node.js itself.
  • Loading branch information
asamuzaK committed May 26, 2024
1 parent 2f8a730 commit b32d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-platform-tests/to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ form-associated/**: [fail-slow, Not implemented]
htmlconstructor/newtarget-customized-builtins.html: [fail, unknown]
htmlconstructor/newtarget.html: [fail, Currently impossible to get the active function associated realm]
microtasks-and-constructors.html: [fail, Usage of external scripts doesn't block HTML parsing, https://github.com/jsdom/jsdom/issues/2413]
overwritten-customElements-global.html: [fail, Unknown]
overwritten-customElements-global.html: [fail-node18, Unknown]
parser/parser-constructs-custom-element-in-document-write.html: [fail, Usage of external scripts doesn't block HTML parsing, https://github.com/jsdom/jsdom/issues/2413]
parser/parser-constructs-custom-element-synchronously.html: [fail, Usage of external scripts doesn't block HTML parsing, https://github.com/jsdom/jsdom/issues/2413]
parser/parser-fallsback-to-unknown-element.html: [fail, Usage of external scripts doesn't block HTML parsing, https://github.com/jsdom/jsdom/issues/2413]
Expand Down

0 comments on commit b32d82b

Please sign in to comment.