[Webkit-unassigned] [Bug 14979] REGRESSION: fast/css/css-selector-text.html failing after r25098

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 16:39:10 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14979





------- Comment #1 from bdakin at apple.com  2007-08-15 16:39 PDT -------
The problem is in this function:

function parseThenSerializeRule(rule)
{
    var styleElement = document.createElement("style");
    styleElement.appendChild(document.createTextNode(rule));
    return styleElement.sheet.cssRules[0].cssText;
}

with my patch, styleElement.sheet.cssRules[0] is null.


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