Diff
Modified: trunk/LayoutTests/ChangeLog (221321 => 221322)
--- trunk/LayoutTests/ChangeLog 2017-08-29 23:32:36 UTC (rev 221321)
+++ trunk/LayoutTests/ChangeLog 2017-08-29 23:32:43 UTC (rev 221322)
@@ -1,3 +1,13 @@
+2017-08-29 Matt Lewis <[email protected]>
+
+ Rebaselined js/dom/global-constructors-attributes.html after r221258.
+
+ Unreviewed test gardening.
+
+ * platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
2017-08-29 Per Arne Vollan <[email protected]>
Rebaseline editing/style/5065910.html after r220706.
Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (221321 => 221322)
--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:36 UTC (rev 221321)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:43 UTC (rev 221322)
@@ -28,6 +28,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').value is ApplePayError
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').value is ApplePaySession
PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('set') is false
@@ -523,6 +528,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt (221321 => 221322)
--- trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:36 UTC (rev 221321)
+++ trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:43 UTC (rev 221322)
@@ -518,6 +518,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt (221321 => 221322)
--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:36 UTC (rev 221321)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-29 23:32:43 UTC (rev 221322)
@@ -508,6 +508,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false