Closed
Bug 375363
Opened 18 years ago
Closed 18 years ago
inherit and -moz-initial not stored/serialized correctly for 4 properties
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha4
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
(Whiteboard: [patch])
Attachments
(1 file)
4.66 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
'inherit' and '-moz-initial' are either not stored correctly or not serialized correctly for 4 properties: -moz-force-broken-image-icon, quotes, -moz-box-ordinal-group, and background-position. This shows up in two mochitests I'm going to check in to layout/style/tests/ shortly, test_inherit_storage.html and test_initial_storage.html.
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9?
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Attachment #259661 -
Flags: superreview?(bzbarsky)
Attachment #259661 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•18 years ago
|
Whiteboard: [patch]
Comment 2•18 years ago
|
||
Comment on attachment 259661 [details] [diff] [review]
patch for 3 of the 4
Looks reasonable!
Attachment #259661 -
Flags: superreview?(bzbarsky)
Attachment #259661 -
Flags: superreview+
Attachment #259661 -
Flags: review?(bzbarsky)
Attachment #259661 -
Flags: review+
Assignee | ||
Comment 3•18 years ago
|
||
Checked in above patch; 1 property left.
Assignee | ||
Comment 4•18 years ago
|
||
background-position fixed bug bug 258080.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha4
Updated•18 years ago
|
Flags: in-testsuite?
Assignee | ||
Updated•18 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•