Bug 1473870 [wpt PR 11470] - custom-elements: Element created by createElementNS...
commite25b98fa32278585ef8a2d487c9bb1af60700606
authorKent Tamura <tkent@chromium.org>
Fri, 6 Jul 2018 13:57:47 +0000 (6 13:57 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Wed, 11 Jul 2018 06:49:06 +0000 (11 07:49 +0100)
treee23e4475f6485df6acb79d68a827f441706dffab
parentf1eaddb4a97d281374b3148459773c2cbe048da8
Bug 1473870 [wpt PR 11470] - custom-elements: Element created by createElementNS(ns, qname, options) with valid custom element name and undefined options should be upgraded immediately, a=testonly

Automatic update from web-platform-testscustom-elements: Element created by createElementNS(ns, qname, options) with valid custom element name and undefined options should be upgraded immediately

createElementNS(XHTML_NS, 'my-element', undefined) was not being
upgraded immediatedly, though both createElementNS(XHTML_NS,
'my-element') and createElementNS(XHTML_NS, 'my-element', {}) were.

Bug: 841725
Change-Id: Iccc4f0e98b1de65288381dd9ac106e71bfc5d0c8
Reviewed-on: https://chromium-review.googlesource.com/1096812
Reviewed-by: Yoichi Osato <yoichio@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566374}

--

wpt-commits: 05c1a1fb132cc0e37f49c8eb1a5df096098f35be
wpt-pr: 11470
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/custom-elements/Document-createElementNS.html