Changeset 67068 in webkit


Ignore:
Timestamp:
Sep 9, 2010 1:07:43 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-09-09 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 feDistantLight dynamic changes.
feSpotLight svgAttributeChanged covered the distantLight case as well so we don't need new C++ code.

  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.checksum: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.png: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.checksum: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.png: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.checksum: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.png: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.checksum: Added.
  • platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.png: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.txt: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr.html: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.txt: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr.html: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.txt: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop.html: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.txt: Added.
  • svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop.html: Added.
  • svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-azimuth-attr.js: Added. (executeTest):
  • svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-elevation-attr.js: Added. (executeTest):
  • svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-azimuth-prop.js: Added. (executeTest):
  • svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-elevation-prop.js: Added. (executeTest):
Location:
trunk/LayoutTests
Files:
20 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r67067 r67068  
     12010-09-09  Renata Hodovan  <reni@inf.u-szeged.hu>
     2
     3        Reviewed by Dirk Schulze.
     4
     5        SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change.
     6        https://bugs.webkit.org/show_bug.cgi?id=42244
     7
     8        Adding layout tests for feDistantLight dynamic changes.
     9        feSpotLight svgAttributeChanged covered the distantLight case as well so we don't need new C++ code.
     10
     11        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.checksum: Added.
     12        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.png: Added.
     13        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.checksum: Added.
     14        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.png: Added.
     15        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.checksum: Added.
     16        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.png: Added.
     17        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.checksum: Added.
     18        * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.png: Added.
     19        * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.txt: Added.
     20        * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr.html: Added.
     21        * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.txt: Added.
     22        * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr.html: Added.
     23        * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.txt: Added.
     24        * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop.html: Added.
     25        * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.txt: Added.
     26        * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop.html: Added.
     27        * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-azimuth-attr.js: Added.
     28        (executeTest):
     29        * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-elevation-attr.js: Added.
     30        (executeTest):
     31        * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-azimuth-prop.js: Added.
     32        (executeTest):
     33        * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-elevation-prop.js: Added.
     34        (executeTest):
     35
    1362010-09-08  Yury Semikhatsky  <yurys@chromium.org>
    237
Note: See TracChangeset for help on using the changeset viewer.