X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Fplatform%2Fmac-yosemite%2Fjs%2Fdom%2Fglobal-constructors-attributes-expected.txt;h=77a684895875554c47c7e53d34e5da53215a147f;hp=480f2451cec2ed09e4d103e5b4a29850c62c311d;hb=6856f96c62a300633fd72ad843048c530a82ef34;hpb=6e3133d97ac53418a2eb5a77b77869dcd9c81718 diff --git a/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt b/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt index 480f245..77a68489 100644 --- a/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt +++ b/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt @@ -298,6 +298,11 @@ PASS Object.getOwnPropertyDescriptor(global, 'Counter').hasOwnProperty('get') is PASS Object.getOwnPropertyDescriptor(global, 'Counter').hasOwnProperty('set') is false PASS Object.getOwnPropertyDescriptor(global, 'Counter').enumerable is false PASS Object.getOwnPropertyDescriptor(global, 'Counter').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'Credential').value is Credential +PASS Object.getOwnPropertyDescriptor(global, 'Credential').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'Credential').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'Credential').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'Credential').configurable is true PASS Object.getOwnPropertyDescriptor(global, 'Crypto').value is Crypto PASS Object.getOwnPropertyDescriptor(global, 'Crypto').hasOwnProperty('get') is false PASS Object.getOwnPropertyDescriptor(global, 'Crypto').hasOwnProperty('set') is false @@ -1158,6 +1163,11 @@ PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').hasOwnProper PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').hasOwnProperty('set') is false PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').enumerable is false PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'PasswordCredential').value is PasswordCredential +PASS Object.getOwnPropertyDescriptor(global, 'PasswordCredential').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'PasswordCredential').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'PasswordCredential').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'PasswordCredential').configurable is true PASS Object.getOwnPropertyDescriptor(global, 'Path2D').value is Path2D PASS Object.getOwnPropertyDescriptor(global, 'Path2D').hasOwnProperty('get') is false PASS Object.getOwnPropertyDescriptor(global, 'Path2D').hasOwnProperty('set') is false @@ -2088,6 +2098,11 @@ PASS Object.getOwnPropertyDescriptor(global, 'SharedArrayBuffer').hasOwnProperty PASS Object.getOwnPropertyDescriptor(global, 'SharedArrayBuffer').hasOwnProperty('set') is false PASS Object.getOwnPropertyDescriptor(global, 'SharedArrayBuffer').enumerable is false PASS Object.getOwnPropertyDescriptor(global, 'SharedArrayBuffer').configurable is true +PASS Object.getOwnPropertyDescriptor(global, 'SiteBoundCredential').value is SiteBoundCredential +PASS Object.getOwnPropertyDescriptor(global, 'SiteBoundCredential').hasOwnProperty('get') is false +PASS Object.getOwnPropertyDescriptor(global, 'SiteBoundCredential').hasOwnProperty('set') is false +PASS Object.getOwnPropertyDescriptor(global, 'SiteBoundCredential').enumerable is false +PASS Object.getOwnPropertyDescriptor(global, 'SiteBoundCredential').configurable is true PASS Object.getOwnPropertyDescriptor(global, 'SourceBuffer').value is SourceBuffer PASS Object.getOwnPropertyDescriptor(global, 'SourceBuffer').hasOwnProperty('get') is false PASS Object.getOwnPropertyDescriptor(global, 'SourceBuffer').hasOwnProperty('set') is false