haikuwebkit/LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-...

14 lines
331 B
Plaintext
Raw Permalink Normal View History

2010-09-07 Renata Hodovan <reni@inf.u-szeged.hu> Reviewed by Dirk Schulze. SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change. https://bugs.webkit.org/show_bug.cgi?id=42244 Adding layout tests for fePointLight dynamic changes. feSpotLight svgAttributeChanged covered the pointLight case as well so we don't need new C++ code. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.txt: Added. * svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html: Added. * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-x-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-y-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-z-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-x-prop.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-y-prop.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-z-prop.js: Added. (executeTest): Canonical link: https://commits.webkit.org/57639@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@66881 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2010-09-07 14:07:15 +00:00
SVG 1.1 dynamic update tests
Tests dynamic updates of the 'y' attribute of the SVGFEPointLightElement object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS pointLight.getAttribute('y') is "120"
PASS pointLight.getAttribute('y') is "180"
PASS successfullyParsed is true
TEST COMPLETE