[Webkit-unassigned] [Bug 7321] REGRESSION: style tag in body causes two head elements to appear in the DOM

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 20 07:49:25 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7321





------- Comment #6 from ddkilzer at kilzer.net  2006-02-20 07:49 PDT -------
This fix won't crash with the test case from Comment #5, but it fails about 375
LayoutTests.  More investigation will be needed.  (I didn't try running
LayoutTests after applying the change from Comment #5, yet.)

bool HTMLParser::headCreateErrorCheck(Token* t, RefPtr<NodeImpl>& result)
{
    createHead();
    return false;
}

NOTE: The multiple <title> and <base> tags in <head> issue also occurs on
Safari 2.0.3 on 10.4.5, so this isn't a regression.  I will file a new bug (or
bugs) for this issue.


-- 
Configure bugmail: http://bugzilla.opendarwin.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