- From: <bugzilla@jessica.w3.org>
- Date: Thu, 14 Feb 2013 21:50:41 +0000
- To: public-webapps-bugzilla@w3.org
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