Title: [209712] trunk/LayoutTests
Revision
209712
Author
[email protected]
Date
2016-12-12 09:38:06 -0800 (Mon, 12 Dec 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r209666.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209711 => 209712)


--- trunk/LayoutTests/ChangeLog	2016-12-12 17:24:03 UTC (rev 209711)
+++ trunk/LayoutTests/ChangeLog	2016-12-12 17:38:06 UTC (rev 209712)
@@ -1,3 +1,11 @@
+2016-12-12  Ryan Haddad  <[email protected]>
+
+        Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r209666.
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
 2016-12-12  Per Arne Vollan  <[email protected]>
 
         Unreviewed test gardening.

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-12 17:24:03 UTC (rev 209711)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-12 17:38:06 UTC (rev 209712)
@@ -168,6 +168,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'CSSMediaRule').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSMediaRule').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSMediaRule').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'CSSNamespaceRule').value is CSSNamespaceRule
+PASS Object.getOwnPropertyDescriptor(global, 'CSSNamespaceRule').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CSSNamespaceRule').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CSSNamespaceRule').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'CSSNamespaceRule').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'CSSPageRule').value is CSSPageRule
 PASS Object.getOwnPropertyDescriptor(global, 'CSSPageRule').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSPageRule').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to