WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

fixed ownerElement not inheriting correct node for existing atts #163

Closed xeaone closed 2 years ago

xeaone commented 2 years ago

Top level cloned nodes were not inheriting correctly for existing attributes. Test is added also.