Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey

This commit is contained in:
Daniel Holbert
2014-06-04 21:07:07 -07:00
parent 71e284d5cf
commit 2f40f26ea9
14 changed files with 15 additions and 35 deletions

View File

@@ -48,8 +48,13 @@ gPrefixedProperties = [
"column-width"
]
# Map of about:config prefs that need toggling, for a given test subdirectory.
# Entries should look like:
# "$SUBDIR_NAME": "pref($PREF_NAME, $PREF_VALUE)"
#
# For example, when "@supports" was behind a pref, gDefaultPreferences had:
# "css3-conditional": "pref(layout.css.supports-rule.enabled,true)"
gDefaultPreferences = {
"css3-conditional": "pref(layout.css.supports-rule.enabled,true)"
}
gLog = None