test runs and fails

This commit is contained in:
David Bruant 2025-05-08 13:08:37 +02:00
parent 9191de5369
commit b51304c394
2 changed files with 519 additions and 115 deletions

View File

@ -24,7 +24,7 @@ export function serializeToString(node){
/**
* Traverses a DOM tree starting from the given element and applies the visit function
* Traverses a DOM tree starting from the given node and applies the visit function
* to each Element node encountered in tree order (depth-first).
*
* This should probably be replace by the TreeWalker API when implemented by xmldom

File diff suppressed because it is too large Load Diff