Title: [205763] trunk/LayoutTests
- Revision
- 205763
- Author
- [email protected]
- Date
- 2016-09-09 12:57:48 -0700 (Fri, 09 Sep 2016)
Log Message
Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r205755.
Unreviewed test gardening.
* platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (205762 => 205763)
--- trunk/LayoutTests/ChangeLog 2016-09-09 19:28:39 UTC (rev 205762)
+++ trunk/LayoutTests/ChangeLog 2016-09-09 19:57:48 UTC (rev 205763)
@@ -1,5 +1,13 @@
2016-09-09 Ryan Haddad <[email protected]>
+ Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r205755.
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
+2016-09-09 Ryan Haddad <[email protected]>
+
Marking tiled-drawing/scrolling/fixed/four-bars-zoomed.html as flaky on mac-wk2 debug.
https://bugs.webkit.org/show_bug.cgi?id=161547
Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt (205762 => 205763)
--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2016-09-09 19:28:39 UTC (rev 205762)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2016-09-09 19:57:48 UTC (rev 205763)
@@ -298,6 +298,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'Crypto').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'Crypto').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'Crypto').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'CryptoKey').value is CryptoKey
+PASS Object.getOwnPropertyDescriptor(global, 'CryptoKey').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CryptoKey').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CryptoKey').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'CryptoKey').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'CustomElementRegistry').value is CustomElementRegistry
PASS Object.getOwnPropertyDescriptor(global, 'CustomElementRegistry').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'CustomElementRegistry').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes