Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen

This commit is contained in:
Robert Longson 2014-02-05 16:48:27 +00:00
parent 649aa6ceee
commit 416ccd6e52
2 changed files with 3 additions and 0 deletions

View File

@ -462,6 +462,7 @@ exports.browser = {
SVGFEDiffuseLightingElement: false,
SVGFEDisplacementMapElement: false,
SVGFEDistantLightElement: false,
SVGFEDropShadowElement: false,
SVGFEFloodElement : false,
SVGFEFuncAElement : false,
SVGFEFuncBElement : false,

View File

@ -886,6 +886,8 @@ var interfaceNamesInGlobalScope =
"SVGFEDisplacementMapElement",
// IMPORTANT: Do not change this list without review from a DOM peer!
"SVGFEDistantLightElement",
// IMPORTANT: Do not change this list without review from a DOM peer!
"SVGFEDropShadowElement",
// IMPORTANT: Do not change this list without review from a DOM peer!
"SVGFEFloodElement",
// IMPORTANT: Do not change this list without review from a DOM peer!