зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 66a484400799 (bug 1718934) for mochitest failures on test_value_computation.html . CLOSED TREE
This commit is contained in:
Родитель
82d0d6bfed
Коммит
1b3ee0f17f
|
@ -5211,8 +5211,6 @@ var gCSSProperties = {
|
|||
"-moz-default-background-color",
|
||||
"-moz-hyperlinktext",
|
||||
"-moz-visitedhyperlinktext",
|
||||
/* Needed for compat */
|
||||
"-webkit-focus-ring-color",
|
||||
],
|
||||
invalid_values: [
|
||||
"#f",
|
||||
|
|
|
@ -340,10 +340,6 @@ pub enum SystemColor {
|
|||
MozMacActiveSourceListSelection,
|
||||
MozMacTooltip,
|
||||
|
||||
/// Parsed for compat, effectively black (not implemented in any platform).
|
||||
/// See bug 1718934.
|
||||
WebkitFocusRingColor,
|
||||
|
||||
/// Theme accent color.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozAccentColor,
|
||||
|
|
|
@ -299,7 +299,6 @@ static const char sColorPrefs[][41] = {
|
|||
"ui.-moz-mac-source-list-selection",
|
||||
"ui.-moz-mac-active-source-list-selection",
|
||||
"ui.-moz-mac-tooltip",
|
||||
"ui.-webkit-focus-ring-color",
|
||||
"ui.-moz-accent-color",
|
||||
"ui.-moz-accent-color-foreground",
|
||||
"ui.-moz-win-mediatext",
|
||||
|
|
Загрузка…
Ссылка в новой задаче