Title: [196842] branches/safari-601-branch/LayoutTests
Revision
196842
Author
matthew_han...@apple.com
Date
2016-02-19 15:33:23 -0800 (Fri, 19 Feb 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes expectation for Mavericks. rdar://problem/24748489

* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
Account for HTMLPictureElement support.

Modified Paths

Diff

Modified: branches/safari-601-branch/LayoutTests/ChangeLog (196841 => 196842)


--- branches/safari-601-branch/LayoutTests/ChangeLog	2016-02-19 23:28:39 UTC (rev 196841)
+++ branches/safari-601-branch/LayoutTests/ChangeLog	2016-02-19 23:33:23 UTC (rev 196842)
@@ -1,5 +1,12 @@
 2016-02-19  Matthew Hanson  <matthew_han...@apple.com>
 
+        Rebaseline js/dom/global-constructors-attributes expectation for Mavericks. rdar://problem/24748489
+
+        * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
+        Account for HTMLPictureElement support.
+
+2016-02-19  Matthew Hanson  <matthew_han...@apple.com>
+
         Skip inspector/css/modify-rule-selector.html. rdar://problem/24748351
 
         This test relies on TestPage infrastructure which is not present on the branch.

Modified: branches/safari-601-branch/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt (196841 => 196842)


--- branches/safari-601-branch/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2016-02-19 23:28:39 UTC (rev 196841)
+++ branches/safari-601-branch/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2016-02-19 23:33:23 UTC (rev 196842)
@@ -623,6 +623,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLParamElement').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLParamElement').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLParamElement').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLPictureElement').value is HTMLPictureElement
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLPictureElement').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLPictureElement').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLPictureElement').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLPictureElement').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPreElement').value is HTMLPreElement
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPreElement').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPreElement').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