[Webkit-unassigned] [Bug 24336] document.write() should be able to make a document into strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 14:02:59 PDT 2009


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





------- Comment #6 from eric at webkit.org  2009-03-17 14:02 PDT -------
This fails due to this check failing:

void HTMLParser::parseDoctypeToken(DoctypeToken* t)
{
    // Ignore any doctype after the first.  Ignore doctypes in fragments.
    if (m_document->doctype() || m_isParsingFragment || m_current !=
m_document)
        return;

m_current != m_document

(gdb) p m_current->showTreeForThis()
#document       0x7a6d600
*       HTML    0x1b9d1060
$4 = void


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



More information about the webkit-unassigned mailing list