[Bug 23018] [Custom]: Consider creating registries for HTML documents created through DOMImplementation in some cases

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

--- Comment #1 from Dominic Cooney <dominicc@chromium.org> ---
Oops, instead of

doc3 = document.implementation.createHTMLDocument()

Of course I meant

doc3 = doc2.implementation.createHTMLDocument()

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

Received on Tuesday, 20 August 2013 01:53:59 UTC