Closed
Bug 377521
Opened 14 years ago
Closed 14 years ago
-moz-initial not parsed for 'font' shorthand
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(1 file)
4.26 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
We don't parse the '-moz-initial' value for the 'font' shorthand. This shows up as 7 todos in layout/style/tests/test_initial_storage.html.
Assignee | ||
Comment 1•14 years ago
|
||
Actually, it looks like we do set 'font-family' to -moz-initial, but nothing else, and we're unable to serialize the shorthand.
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Attachment #264534 -
Flags: superreview?(bzbarsky)
Attachment #264534 -
Flags: review?(bzbarsky)
![]() |
||
Comment 3•14 years ago
|
||
Comment on attachment 264534 [details] [diff] [review] patch r+sr=bzbarsky
Attachment #264534 -
Flags: superreview?(bzbarsky)
Attachment #264534 -
Flags: superreview+
Attachment #264534 -
Flags: review?(bzbarsky)
Attachment #264534 -
Flags: review+
Assignee | ||
Comment 4•14 years ago
|
||
Checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•