Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: wait for rAF in the non-shadow-dom test
`html-parsed-element` schedules `parsedCallback` in rAF, so we have to wait for at least an animation frame (`nextTick` is not enough) to ensure the element is fully initialized. https://github.com/WebReflection/html-parsed-element/blob/11081fc102e2eec745a1a1d32723eef342df2452/index.js#L34
- Loading branch information