Commit 5bd860a3 authored by Serge Gautherie's avatar Serge Gautherie
Browse files

Bug 285374. (Av1) Set background color as a property, not as an attribute. r=neil.

parent 8c5bd1c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@
          return this.getAttribute("color");
        ]]></getter>
        <setter><![CDATA[
          this.mColorBox.setAttribute("style", "background-color: " + val);
          this.mColorBox.style.backgroundColor = val;
          this.setAttribute("color", val);
          return val;
        ]]></setter>