[Webkit-unassigned] [Bug 15647] HEAD elements are not automatically generated in empty documents.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 15:54:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=15647


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2009-09-01 15:54:03 PDT ---
This was fixed in <http://trac.webkit.org/changeset/43215>.

Test2 still fails, and this is because we don't create HTML and HEAD nodes
immediately from document.write() - we create them when closing a document if
they still don't exist. This is a difference with Firefox, but IE behaves the
same.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list