[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 23:17:30 PDT 2007


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





------- Comment #4 from mitz at webkit.org  2007-08-15 23:17 PDT -------
Firefox is consistent: it always returns null for the 'sheet' property of a
<style> element that is not in the document. TOT WebKit always returns a
CSSStyleSheet, and the stylesheet will contain no rules if the <style> element
has never been inserted into the document; but if it has been inserted at some
point, the rules will persist even after it has been removed, so there is no
consistent "not in document" behavior.


-- 
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