Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam

This commit is contained in:
Dirk Schulze 2013-08-06 17:53:53 +10:00
parent e4f9873c6f
commit 702f991dc4

View File

@ -4413,7 +4413,7 @@ if (SpecialPowers.getBoolPref("svg.paint-order.enabled")) {
}
if (SpecialPowers.getBoolPref("layout.css.filters.enabled")) {
gCSSProperties["filter"] = {
gCSSProperties["filter"] = {
domProp: "filter",
inherited: false,
type: CSS_TYPE_LONGHAND,
@ -4460,7 +4460,7 @@ if (SpecialPowers.getBoolPref("layout.css.filters.enabled")) {
"drop-shadow(2px 2px)",
"drop-shadow(2px 2px 1px)",
"drop-shadow(2px 2px green))",
"drop-shadow(2px 2px green)",
"drop-shadow(2px 2px 1px green)",
"drop-shadow(green 2px 2px)",
"drop-shadow(green 2px 2px 1px)",