Add colors that are showing up on the 10.6 tinderbox as allowed colors so the test stops causing perma-orange. (Bug 556855)

This commit is contained in:
L. David Baron 2010-04-05 22:24:46 -07:00
parent 0ffadab5d7
commit 26f0abfc40

View File

@ -38,13 +38,13 @@ var colors = {
"captiontext": ["rgb(0, 0, 0)"],
"graytext": ["rgb(127, 127, 127)"],
"highlight": ["rgb(115, 132, 153)", "rgb(127, 127, 127)", "rgb(56, 117, 215)", "rgb(255, 193, 31)", "rgb(243, 70, 72)", "rgb(255, 138, 34)", "rgb(102, 197, 71)", "rgb(140, 78, 184)"],
"highlighttext": ["rgb(255, 255, 255)", "rgb(255, 254, 254)"],
"highlighttext": ["rgb(255, 255, 255)", "rgb(255, 254, 254)", "rgb(254, 255, 254)"],
"inactiveborder": ["rgb(255, 255, 255)"],
"inactivecaption": ["rgb(255, 255, 255)"],
"inactivecaptiontext": ["rgb(69, 69, 69)"],
"infobackground": ["rgb(255, 255, 199)"],
"infotext": ["rgb(0, 0, 0)"],
"menu": ["rgb(255, 255, 255)"],
"menu": ["rgb(255, 255, 255)", rgb(254, 255, 254)"],
"menutext": ["rgb(0, 0, 0)"],
"scrollbar": ["rgb(170, 170, 170)"],
"threeddarkshadow": ["rgb(220, 220, 220)"],
@ -81,7 +81,7 @@ var colors = {
"-moz-mac-alternateprimaryhighlight": ["rgb(115, 132, 153)", "rgb(127, 127, 127)", "rgb(56, 117, 215)", "rgb(255, 193, 31)", "rgb(243, 70, 72)", "rgb(255, 138, 34)", "rgb(102, 197, 71)", "rgb(140, 78, 184)"],
"-moz-mac-secondaryhighlight": ["rgb(212, 212, 212)"],
"-moz-menuhover": ["rgb(115, 132, 153)", "rgb(127, 127, 127)", "rgb(56, 117, 215)", "rgb(255, 193, 31)", "rgb(243, 70, 72)", "rgb(255, 138, 34)", "rgb(102, 197, 71)", "rgb(140, 78, 184)"],
"-moz-menuhovertext": ["rgb(255, 255, 255)", "rgb(255, 254, 254)"],
"-moz-menuhovertext": ["rgb(255, 255, 255)", "rgb(255, 254, 254)", "rgb(254, 255, 254)"],
"-moz-menubartext": ["rgb(0, 0, 0)"],
//"-moz-menubarhovertext": ["rgb(255, 255, 255)"],
"-moz-oddtreerow": ["rgb(236, 242, 254)", "rgb(240, 240, 240)"],