Closed
Bug 521333
Opened 15 years ago
Closed 15 years ago
setting binding property to bad url and then unsetting it leaves things in a very different state
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 119078
People
(Reporter: dbaron, Unassigned)
Details
My CSS transitions per-property mochitest currently tests that it's not missing tests for any properties on which transitions are supported by checking for transitioning behavior on other properties using the values in property_database.js, pairwise. For -moz-binding, these values are currently 'none' and 'url(foo.xml)'.
However, if I run this test on the '-moz-binding' property, it causes a decent number of the rest of the tests to fail. I haven't yet simplified it down to figure out what the problem is, but it seems pretty bad that setting and then unsetting a property can get things into such a different state.
To test this, simply remove the check:
// FIXME: THIS SHOULD REALLY NOT BE NEEDED!
prop != "-moz-binding") {
in http://hg.mozilla.org/mozilla-central/annotate/c767e0f49914/layout/style/test/test_transitions_per_property.html
Comment 1•15 years ago
|
||
Dup of bug 119078?
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•