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

Changeset 201842 in webkit


Ignore:
Timestamp:
Jun 8, 2016, 4:11:23 PM (10 years ago)
Author:
Ryan Haddad
Message:

Rebaseline js/dom/global-constructors-attributes.html for Mac after r201810

Unreviewed test gardening.

  • platform/mac/js/dom/global-constructors-attributes-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r201841 r201842  
     12016-06-08  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline js/dom/global-constructors-attributes.html for Mac after r201810
     4
     5        Unreviewed test gardening.
     6
     7        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
     8
    192016-06-08  Jer Noble  <jer.noble@apple.com>
    210
  • trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt

    r199942 r201842  
    99PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').enumerable is false
    1010PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').configurable is true
     11PASS Object.getOwnPropertyDescriptor(global, 'Animation').value is Animation
     12PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('get') is false
     13PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('set') is false
     14PASS Object.getOwnPropertyDescriptor(global, 'Animation').enumerable is false
     15PASS Object.getOwnPropertyDescriptor(global, 'Animation').configurable is true
     16PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').value is AnimationEffectReadOnly
     17PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('get') is false
     18PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('set') is false
     19PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').enumerable is false
     20PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').configurable is true
    1121PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').value is AnimationEvent
    1222PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').hasOwnProperty('get') is false
     
    1424PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').enumerable is false
    1525PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').configurable is true
     26PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').value is AnimationTimeline
     27PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('get') is false
     28PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('set') is false
     29PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false
     30PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true
    1631PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').value is ApplicationCache
    1732PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('get') is false
     
    354369PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').enumerable is false
    355370PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').configurable is true
     371PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').value is DocumentTimeline
     372PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('get') is false
     373PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('set') is false
     374PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').enumerable is false
     375PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').configurable is true
    356376PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').value is DocumentType
    357377PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').hasOwnProperty('get') is false
     
    899919PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').enumerable is false
    900920PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').configurable is true
     921PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').value is KeyframeEffect
     922PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('get') is false
     923PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('set') is false
     924PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').enumerable is false
     925PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').configurable is true
    901926PASS Object.getOwnPropertyDescriptor(global, 'Location').value is Location
    902927PASS Object.getOwnPropertyDescriptor(global, 'Location').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.