Bug 1438050 [wpt PR 9505] - [custom-elements] Some fixes for "is" attribute behavior...
commit884c999756a2a38d8cb7198864da926fd258700d
authorKent Tamura <tkent@chromium.org>
Mon, 26 Mar 2018 11:36:22 +0000 (26 11:36 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Sat, 31 Mar 2018 21:20:37 +0000 (31 22:20 +0100)
treea6f5992bd8c220e351999eee0f949e3feac1995d
parent4d6799a2f4bf81b582e9ce14d47adc377a807007
Bug 1438050 [wpt PR 9505] - [custom-elements] Some fixes for "is" attribute behavior changes, a=testonly

Automatic update from web-platform-tests[custom-elements] Some fixes for "is" attribute behavior changes

This is for https://github.com/whatwg/dom/pull/566.

- document.createElement() and createElementNS() don't add "is" content
 attribute.

- cloneNode() should clone custom elements even if they have no "is"
 content attributes or have "is" content attribute inconsistent with
 "is value."

wpt-commits: 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a
wpt-pr: 9505
wpt-commits: 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a
wpt-pr: 9505
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/custom-elements/Document-createElement.html
testing/web-platform/tests/custom-elements/Document-createElementNS.html
testing/web-platform/tests/custom-elements/builtin-coverage.html
testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode.html