mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam
This commit is contained in:
parent
e4f9873c6f
commit
702f991dc4
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user