skatejs / web-components

[DEPRECATED] - The frictionless way to use the webcomponents/webcomponentsjs polyfills.
MIT License
17 stars 4 forks source link

Check compatibility with phantomjs 2.1.1 #11

Closed jpnelson closed 7 years ago

jpnelson commented 7 years ago

This happens in unit tests:

    ERROR: 'TypeError: Attempting to configurable attribute of unconfigurable property.'
mitermayer commented 7 years ago

Whats the current state of this issue ?

jpnelson commented 7 years ago

@mitermayer I haven't had a look at this yet, I think a good first step would be to try to run the named slots test suite with phantomjs 2.1.1

treshugart commented 7 years ago

This is the problem: https://github.com/ariya/phantomjs/issues/13895. The issue is in named slots when trying to override anything on a DOM node.

treshugart commented 7 years ago

Closing this as I've opened a bug in named-slots to address it there.