Closed
Bug 1365160
Opened 8 years ago
Closed 8 years ago
stylo: need to be able to match :-moz-browser-frame on snapshots
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
Details
Right now we delegate it to the element (and eventually to nsCSSPseudoClasses::MatchesElement), but it depends on the value of the "mozbrowser" attribute, kinda indirectly.
Also, we should ensure snapshots capture this attribute on <iframe>/<frame> elements.
Not sure how to write a testcase for this, since it's not accessible from webpages and neither is "mozbrowser" stuff in general.
Comment 2•8 years ago
|
||
Err, bug 1365159.
Comment 3•8 years ago
|
||
Handling this in bug 1365159. Also not sure how to test this...
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•