Changeset 201842 in webkit
- Timestamp:
- Jun 8, 2016, 4:11:23 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/mac/js/dom/global-constructors-attributes-expected.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r201841 r201842 1 2016-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 1 9 2016-06-08 Jer Noble <jer.noble@apple.com> 2 10 -
trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt
r199942 r201842 9 9 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').enumerable is false 10 10 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').configurable is true 11 PASS Object.getOwnPropertyDescriptor(global, 'Animation').value is Animation 12 PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('get') is false 13 PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('set') is false 14 PASS Object.getOwnPropertyDescriptor(global, 'Animation').enumerable is false 15 PASS Object.getOwnPropertyDescriptor(global, 'Animation').configurable is true 16 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').value is AnimationEffectReadOnly 17 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('get') is false 18 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('set') is false 19 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').enumerable is false 20 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').configurable is true 11 21 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').value is AnimationEvent 12 22 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').hasOwnProperty('get') is false … … 14 24 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').enumerable is false 15 25 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').configurable is true 26 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').value is AnimationTimeline 27 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('get') is false 28 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('set') is false 29 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false 30 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true 16 31 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').value is ApplicationCache 17 32 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('get') is false … … 354 369 PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').enumerable is false 355 370 PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').configurable is true 371 PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').value is DocumentTimeline 372 PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('get') is false 373 PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('set') is false 374 PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').enumerable is false 375 PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').configurable is true 356 376 PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').value is DocumentType 357 377 PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').hasOwnProperty('get') is false … … 899 919 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').enumerable is false 900 920 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').configurable is true 921 PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').value is KeyframeEffect 922 PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('get') is false 923 PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('set') is false 924 PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').enumerable is false 925 PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').configurable is true 901 926 PASS Object.getOwnPropertyDescriptor(global, 'Location').value is Location 902 927 PASS Object.getOwnPropertyDescriptor(global, 'Location').hasOwnProperty('get') is false
Note:
See TracChangeset
for help on using the changeset viewer.