Title: [222722] trunk/LayoutTests
Revision
222722
Author
[email protected]
Date
2017-10-02 11:04:01 -0700 (Mon, 02 Oct 2017)

Log Message

Rebaseline of js/dom/global-constructors-attributes-dedicated-worker.html after r222692.

Unreviewed test gardening.

* platform/mac-wk1/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222721 => 222722)


--- trunk/LayoutTests/ChangeLog	2017-10-02 17:59:36 UTC (rev 222721)
+++ trunk/LayoutTests/ChangeLog	2017-10-02 18:04:01 UTC (rev 222722)
@@ -1,3 +1,11 @@
+2017-10-02  Matt Lewis  <[email protected]>
+
+        Rebaseline of js/dom/global-constructors-attributes-dedicated-worker.html after r222692.
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
+
 2017-10-02  Zan Dobersek  <[email protected]>
 
         Unreviewed WPE gardening.

Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-dedicated-worker-expected.txt (222721 => 222722)


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-dedicated-worker-expected.txt	2017-10-02 17:59:36 UTC (rev 222721)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-dedicated-worker-expected.txt	2017-10-02 18:04:01 UTC (rev 222722)
@@ -4,6 +4,16 @@
 
 
 Starting worker: script-tests/global-constructors-attributes.js
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortController').value is AbortController
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortController').hasOwnProperty('get') is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortController').hasOwnProperty('set') is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortController').enumerable is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortController').configurable is true
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortSignal').value is AbortSignal
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortSignal').hasOwnProperty('get') is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortSignal').hasOwnProperty('set') is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortSignal').enumerable is false
+PASS [Worker] Object.getOwnPropertyDescriptor(global, 'AbortSignal').configurable is true
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Array').value is Array
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Array').hasOwnProperty('get') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Array').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to