Title: [209619] trunk/LayoutTests
Revision
209619
Author
jiewen_...@apple.com
Date
2016-12-09 11:41:53 -0800 (Fri, 09 Dec 2016)

Log Message

Unreviewed, followup after r209598.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209618 => 209619)


--- trunk/LayoutTests/ChangeLog	2016-12-09 19:22:44 UTC (rev 209618)
+++ trunk/LayoutTests/ChangeLog	2016-12-09 19:41:53 UTC (rev 209619)
@@ -1,3 +1,9 @@
+2016-12-09  Jiewen Tan  <jiewen_...@apple.com>
+
+        Unreviewed, followup after r209598.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
 2016-12-09  Zalan Bujtas  <za...@apple.com>
 
         ASSERTION FAILED: !beforeChild->isRubyRun() in WebCore::RenderRubyAsBlock::addChild

Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt (209618 => 209619)


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-09 19:22:44 UTC (rev 209618)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-09 19:41:53 UTC (rev 209619)
@@ -2088,6 +2088,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'StyleSheetList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'StyleSheetList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'StyleSheetList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'SubtleCrypto').value is SubtleCrypto
+PASS Object.getOwnPropertyDescriptor(global, 'SubtleCrypto').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SubtleCrypto').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SubtleCrypto').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'SubtleCrypto').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Symbol').value is Symbol
 PASS Object.getOwnPropertyDescriptor(global, 'Symbol').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Symbol').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to