Closed
Bug 1162319
Opened 10 years ago
Closed 10 years ago
Improve test_unprefixing_service.html (via its helper-file unprefixing_service_iframe.html)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file, 1 obsolete file)
|
11.22 KB,
patch
|
Details | Diff | Splinter Review |
Right now, unprefixing_service_iframe.html (a helper for test_unprefixing_service.html ) assumes that unprefixed specified style (in elem.style) will always be the same as unprefixed computed style (from getComputedStyle).
This isn't true, because we serialize differently for these two cases. (e.g. converting color names to "rgb(...)" for computed style)
Filing this bug on broadening this test slightly to support different values for specified vs. computed style, and to add a bit more sanity-checking.
| Assignee | ||
Comment 1•10 years ago
|
||
Here's the patch.
| Assignee | ||
Comment 2•10 years ago
|
||
er, forgot to qref in a bit of final cleanup.
Attachment #8602424 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•