Title: [209781] trunk/LayoutTests
Revision
209781
Author
[email protected]
Date
2016-12-13 15:24:47 -0800 (Tue, 13 Dec 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html after r209777.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209780 => 209781)


--- trunk/LayoutTests/ChangeLog	2016-12-13 23:22:03 UTC (rev 209780)
+++ trunk/LayoutTests/ChangeLog	2016-12-13 23:24:47 UTC (rev 209781)
@@ -1,3 +1,11 @@
+2016-12-13  Ryan Haddad  <[email protected]>
+
+        Rebaseline js/dom/global-constructors-attributes.html after r209777.
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
 2016-12-13  Ryosuke Niwa  <[email protected]>
 
         :hover rule causes a single tap to not activate a slotted anchor element

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-13 23:22:03 UTC (rev 209780)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-12-13 23:24:47 UTC (rev 209781)
@@ -1428,11 +1428,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'SVGClipPathElement').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGClipPathElement').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGClipPathElement').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'SVGColor').value is SVGColor
-PASS Object.getOwnPropertyDescriptor(global, 'SVGColor').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGColor').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGColor').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGColor').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'SVGComponentTransferFunctionElement').value is SVGComponentTransferFunctionElement
 PASS Object.getOwnPropertyDescriptor(global, 'SVGComponentTransferFunctionElement').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGComponentTransferFunctionElement').hasOwnProperty('set') is false
@@ -1733,11 +1728,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'SVGNumberList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGNumberList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGNumberList').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'SVGPaint').value is SVGPaint
-PASS Object.getOwnPropertyDescriptor(global, 'SVGPaint').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGPaint').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGPaint').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'SVGPaint').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'SVGPathElement').value is SVGPathElement
 PASS Object.getOwnPropertyDescriptor(global, 'SVGPathElement').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'SVGPathElement').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to