[Bug 20913] [Custom]: What does inheriting from existing HTML element really mean?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20913

--- Comment #27 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #10)

>   var div = document.createElement('div');
>   div.innerHTML = '<my-button>...</my-button>';
>   var b3 = div.firstChild;
>   assert(b3.tagName === 'button');

I only have a problem with this one. Just can't stomach it -- eech :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 14 February 2013 21:50:45 UTC