Bug 46228 - CSSRule#parentRule always null
Summary: CSSRule#parentRule always null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2010-09-21 16:14 PDT by Nikita Vasilyev
Modified: 2010-11-05 02:23 PDT (History)
2 users (show)

See Also:


Attachments
Test parentRule (374 bytes, text/html)
2010-09-21 16:14 PDT, Nikita Vasilyev
no flags Details
First attempt (3.91 KB, patch)
2010-10-17 10:07 PDT, Rob Buis
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2010-09-21 16:14:24 PDT
Created attachment 68301 [details]
Test parentRule

The reduction works well in Firefox 4.0b6 and Opera 10.61, but not in WebKit Nighly and Chrome 7.0.517.8.

http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule-parentRule
http://dev.w3.org/csswg/cssom/#dom-cssrule-parentrule
Comment 1 Rob Buis 2010-10-17 10:07:04 PDT
Created attachment 70975 [details]
First attempt
Comment 2 Dave Hyatt 2010-11-04 13:24:52 PDT
Comment on attachment 70975 [details]
First attempt

r=me
Comment 3 Rob Buis 2010-11-05 02:23:20 PDT
Landed in r71395.