| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt
|
| index e3341fec09e703da9f830fba82c0291f568b15ec..1d64b52d8676477404d9c2c0befd6f5c8d74f036 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt
|
| @@ -44,6 +44,11 @@ Switch to 'normal'
|
| PASS feBlendElement.mode.baseVal = SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL is SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL
|
| PASS feBlendElement.mode.baseVal is SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL
|
| PASS feBlendElement.getAttribute('mode') is "normal"
|
| +
|
| +baseVal access when mode is set to a value not in SVGFEBlendElement.SVG_FEBLEND_MODE_*.
|
| +PASS feBlendElement.mode.baseVal is SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN
|
| +PASS feBlendElement.mode.baseVal = 13 threw exception TypeError: Failed to set the 'baseVal' property on 'SVGAnimatedEnumeration': The enumeration value provided (13) is larger than the largest allowed value (5)..
|
| +PASS feBlendElement.getAttribute('mode') is "color-dodge"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|