Closed
Bug 921797
Opened 12 years ago
Closed 12 years ago
nsCSSProps::BuildShorthandsContainingTable should support -moz-appearance being a shorthand subproperty
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The NS_ABORT_IF_FALSE in nsCSSProps::BuildShorthandsContainingTable doesn't consider nsCSSProperty(0) (i.e. -moz-appearance) to be a longhand property.
Assignee | ||
Comment 1•12 years ago
|
||
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 811619 [details] [diff] [review]
patch
r=me
Attachment #811619 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•