diff --git a/layout/style/test/test_transitions_per_property.html b/layout/style/test/test_transitions_per_property.html index 70395955167..2f29dcf50cc 100644 --- a/layout/style/test/test_transitions_per_property.html +++ b/layout/style/test/test_transitions_per_property.html @@ -21,8 +21,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=435441
@@ -125,7 +126,7 @@ for (prop in gCSSProperties) { if (!(prop in supported_properties) && info.type != CSS_TYPE_TRUE_SHORTHAND && !prop.match(/^-moz-transition-/) && - // FIXME: THIS SHOULD REALLY NOT BE NEEDED! + // FIXME (Bug 119078): THIS SHOULD REALLY NOT BE NEEDED! prop != "-moz-binding") { if ("prerequisites" in info) {