X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Fplatform%2Fmac-elcapitan%2Fjs%2Fdom%2Fglobal-constructors-attributes-expected.txt;h=a268d139147568141ed2ab7bf40b51db9ce0ede7;hp=07d5b93b3e2a5fd35ccbc794919614c6f44607b7;hb=e1dc6f7431693a2d3323d11e9c26df2bd85179d6;hpb=f852be28ae9b167fbd53ca4477c0cf86d1f47e0a diff --git a/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt b/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt index 07d5b93b3e2a..a268d1391475 100644 --- a/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt +++ b/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt @@ -2103,6 +2103,21 @@ PASS Object.getOwnPropertyDescriptor(global, 'Selection').hasOwnProperty('get') PASS Object.getOwnPropertyDescriptor(global, 'Selection').hasOwnProperty('set') is false PASS Object.getOwnPropertyDescriptor(global, 'Selection').enumerable is false PASS Object.getOwnPropertyDescriptor(global, 'Selection').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').value is ServiceWorker +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').value is ServiceWorkerContainer +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').value is ServiceWorkerRegistration +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').configurable is true PASS Object.getOwnPropertyDescriptor(global, 'Set').value is Set PASS Object.getOwnPropertyDescriptor(global, 'Set').hasOwnProperty('get') is false PASS Object.getOwnPropertyDescriptor(global, 'Set').hasOwnProperty('set') is false