Backed out 2 changesets (bug 1504065) for failing Win reftest at child-in-animating-element-display-none.html on a CLOSED TREE
Backed out changeset 129188370231 (bug 1504065) Backed out changeset 359e81b35cfb (bug 1504065)
This commit is contained in:
@@ -3720,14 +3720,6 @@ nsDOMWindowUtils::GetOMTAStyle(Element* aElement,
|
||||
if (value.type() == OMTAValue::TMatrix4x4) {
|
||||
cssValue = nsComputedDOMStyle::MatrixToCSSValue(value.get_Matrix4x4());
|
||||
}
|
||||
} else if (aProperty.EqualsLiteral("background-color")) {
|
||||
OMTAValue value = GetOMTAValue(frame,
|
||||
DisplayItemType::TYPE_BACKGROUND_COLOR,
|
||||
GetWebRenderBridge());
|
||||
if (value.type() == OMTAValue::Tnscolor) {
|
||||
cssValue = new nsROCSSPrimitiveValue;
|
||||
nsComputedDOMStyle::SetToRGBAColor(cssValue, value.get_nscolor());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user