author | Phil Ringnalda <philringnalda@gmail.com> |
Sat, 17 Jan 2015 00:24:13 -0800 (2015-01-17) | |
changeset 224394 | a802fb9c3f996f827126fe8e1cea46c5403b2bed |
parent 224393 | 55a6b53cd045fc8c88882cfb21c040c55cb6ba2b |
child 224395 | 496125bde79acee66742b87fece852fc2bd6c5c1 |
push id | 54204 |
push user | philringnalda@gmail.com |
push date | Sat, 17 Jan 2015 08:25:00 +0000 (2015-01-17) |
treeherder | mozilla-inbound@a802fb9c3f99 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1122882 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/widget/tests/test_platform_colors.xul +++ b/widget/tests/test_platform_colors.xul @@ -76,17 +76,17 @@ var colors = { "-moz-mac-menutextdisable": ["rgb(152, 152, 152)"], "-moz-mac-menutextselect": ["rgb(255, 255, 255)"], "-moz-mac-disabledtoolbartext": ["rgb(127, 127, 127)"], "-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)", "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)", "rgb(243, 245, 250)", "rgb(243, 246, 250)"], + "-moz-oddtreerow": ["rgb(236, 242, 254)", "rgb(240, 240, 240)", "rgb(243, 245, 250)", "rgb(243, 246, 250)", "rgb(245, 245, 245)"], "-moz-visitedhyperlinktext": ["rgb(85, 26, 139)"], "currentcolor": ["rgb(0, 0, 0)"], //"-moz-win-mediatext": ["rgb(255, 255, 255)"], //"-moz-win-communicationstext": ["rgb(255, 255, 255)"], "-moz-nativehyperlinktext": ["rgb(20, 79, 174)"], "-moz-comboboxtext": ["rgb(0, 0, 0)"], "-moz-combobox": ["rgb(255, 255, 255)"] };