⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 88184 in webkit


Ignore:
Timestamp:
Jun 6, 2011, 1:14:35 PM (15 years ago)
Author:
jberlin@webkit.org
Message:

Update the Windows-specific results after r88020 in order to get the bots green.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r88182 r88184  
     12011-06-06  Jessie Berlin  <jberlin@apple.com>
     2
     3        Update the Windows-specific results after r88020 in order to get the bots green.
     4
     5        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
     6        * platform/win/fast/dom/prototype-inheritance-expected.txt:
     7        * platform/win/fast/js/global-constructors-expected.txt:
     8
    192011-06-06  Jessie Berlin  <jberlin@apple.com>
    210
  • trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt

    r86341 r88184  
    167167PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateColorElement') is 'object'
    168168PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateElement') is 'object'
     169PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateMotionElement') is 'object'
    169170PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateTransformElement') is 'object'
    170171PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedAngle') is 'object'
     
    235236PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLineElement') is 'object'
    236237PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLinearGradientElement') is 'object'
     238PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMPathElement') is 'object'
    237239PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMarkerElement') is 'object'
    238240PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMaskElement') is 'object'
  • trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt

    r86341 r88184  
    326326PASS inner.SVGAnimateElement.isInner is true
    327327PASS inner.SVGAnimateElement.constructor.isInner is true
     328PASS inner.SVGAnimateMotionElement.isInner is true
     329PASS inner.SVGAnimateMotionElement.constructor.isInner is true
    328330PASS inner.SVGAnimateTransformElement.isInner is true
    329331PASS inner.SVGAnimateTransformElement.constructor.isInner is true
     
    462464PASS inner.SVGLinearGradientElement.isInner is true
    463465PASS inner.SVGLinearGradientElement.constructor.isInner is true
     466PASS inner.SVGMPathElement.isInner is true
     467PASS inner.SVGMPathElement.constructor.isInner is true
    464468PASS inner.SVGMarkerElement.isInner is true
    465469PASS inner.SVGMarkerElement.constructor.isInner is true
  • trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt

    r86341 r88184  
    152152PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstructor]'
    153153PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]'
     154PASS SVGAnimateMotionElement.toString() is '[object SVGAnimateMotionElementConstructor]'
    154155PASS SVGAnimateTransformElement.toString() is '[object SVGAnimateTransformElementConstructor]'
    155156PASS SVGAnimatedAngle.toString() is '[object SVGAnimatedAngleConstructor]'
     
    220221PASS SVGLineElement.toString() is '[object SVGLineElementConstructor]'
    221222PASS SVGLinearGradientElement.toString() is '[object SVGLinearGradientElementConstructor]'
     223PASS SVGMPathElement.toString() is '[object SVGMPathElementConstructor]'
    222224PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]'
    223225PASS SVGMaskElement.toString() is '[object SVGMaskElementConstructor]'
Note: See TracChangeset for help on using the changeset viewer.