blob: f24f9257ea70df8265b1c9716327706c5f02bfd0 [file] [log] [blame]
SVG 1.1 dynamic update tests
Tests dynamic updates of the 'flood-color' property of the SVGFEFloodElement object
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.defaultView.getComputedStyle(dropShadowElement).getPropertyValue('flood-color') is "rgb(0, 0, 0)"
PASS document.defaultView.getComputedStyle(dropShadowElement).getPropertyValue('flood-color') is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE