Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting textContent on a text node does not work as expected #809

Closed
hayes opened this issue Jun 27, 2014 · 1 comment
Closed

setting textContent on a text node does not work as expected #809

hayes opened this issue Jun 27, 2014 · 1 comment

Comments

@hayes
Copy link

hayes commented Jun 27, 2014

npm install jsdom-eval
echo "a = document.createTextNode('a');
console.log(a.textContent);
a.textContent = 'b';
console.log(a.textContent)" | jsdom-eval
@domenic
Copy link
Member

domenic commented Jun 27, 2014

Dupe of #483

@domenic domenic closed this as completed Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants