Custom Elements: layout tests for custom built-in elements definition
For custom built-in elements: https://html.spec.whatwg.org/multipage/scripting.html#element-definition 7. If an element interface is provided for the extends option, it is assumed to be a customized built-in element. 7.1. If element interface is valid custom element name, throws NotSupportedError DOMException https://html.spec.whatwg.org/multipage/scripting.html#valid-custom-element-name 7.2. If element interface is HTMLUnknownElement, throws NotSupportedError DOMException https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:element-interface 7.3. localName set to extends value and not the define-name A -expected.txt file was included since this isn't implemented yet. BUG= Review-Url: https://codereview.chromium.org/2321363002 Cr-Commit-Position: refs/heads/master@{#418762}
Showing
Please register or sign in to comment