Changeset 84541 in webkit


Ignore:
Timestamp:
Apr 21, 2011 12:49:52 PM (13 years ago)
Author:
krit@webkit.org
Message:

2011-04-21 Dirk Schulze <krit@webkit.org>

Uneviewed rebaseline of win.

SVG feDropShadow implementation of SVG Filters 1.2
https://bugs.webkit.org/show_bug.cgi?id=52513

  • platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/win/fast/dom/prototype-inheritance-2-expected.txt:
  • platform/win/fast/dom/prototype-inheritance-expected.txt:
  • platform/win/fast/js/global-constructors-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84540 r84541  
     12011-04-21  Dirk Schulze  <krit@webkit.org>
     2
     3        Uneviewed rebaseline of win.
     4
     5        SVG feDropShadow implementation of SVG Filters 1.2
     6        https://bugs.webkit.org/show_bug.cgi?id=52513
     7
     8        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
     9        * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
     10        * platform/win/fast/dom/prototype-inheritance-expected.txt:
     11        * platform/win/fast/js/global-constructors-expected.txt:
     12
    1132011-04-21  Martin Robinson  <mrobinson@igalia.com>
    214
  • trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt

    r82977 r84541  
    200200PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDisplacementMapElement') is 'object'
    201201PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDistantLightElement') is 'object'
     202PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDropShadowElement') is 'object'
    202203PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFloodElement') is 'object'
    203204PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFuncAElement') is 'object'
  • trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt

    r81700 r84541  
    331331Never found SVGFEDisplacementMapElement
    332332Never found SVGFEDistantLightElement
     333Never found SVGFEDropShadowElement
    333334Never found SVGFEFloodElement
    334335Never found SVGFEFuncAElement
  • trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt

    r80852 r84541  
    392392PASS inner.SVGFEDistantLightElement.isInner is true
    393393PASS inner.SVGFEDistantLightElement.constructor.isInner is true
     394PASS inner.SVGFEDropShadowElement.isInner is true
     395PASS inner.SVGFEDropShadowElement.constructor.isInner is true
    394396PASS inner.SVGFEFloodElement.isInner is true
    395397PASS inner.SVGFEFloodElement.constructor.isInner is true
  • trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt

    r80852 r84541  
    185185PASS SVGFEDisplacementMapElement.toString() is '[object SVGFEDisplacementMapElementConstructor]'
    186186PASS SVGFEDistantLightElement.toString() is '[object SVGFEDistantLightElementConstructor]'
     187PASS SVGFEDropShadowElement.toString() is '[object SVGFEDropShadowElementConstructor]'
    187188PASS SVGFEFloodElement.toString() is '[object SVGFEFloodElementConstructor]'
    188189PASS SVGFEFuncAElement.toString() is '[object SVGFEFuncAElementConstructor]'
Note: See TracChangeset for help on using the changeset viewer.