Diff
Modified: trunk/LayoutTests/ChangeLog (221262 => 221263)
--- trunk/LayoutTests/ChangeLog 2017-08-28 18:20:49 UTC (rev 221262)
+++ trunk/LayoutTests/ChangeLog 2017-08-28 18:40:33 UTC (rev 221263)
@@ -20,6 +20,15 @@
Rebaseline js/dom/global-constructors-attributes.html after r221209.
+ Unreviewed test gardening..
+
+ * platform/mac-highsierra-wk1/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac-highsierra/js/dom/global-constructors-attributes-expected.txt:
+
+2017-08-28 Ryan Haddad <[email protected]>
+
+ Rebaseline js/dom/global-constructors-attributes.html after r221209.
+
Unreviewed test gardening.
* platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt:
Modified: trunk/LayoutTests/platform/mac-highsierra/js/dom/global-constructors-attributes-expected.txt (221262 => 221263)
--- trunk/LayoutTests/platform/mac-highsierra/js/dom/global-constructors-attributes-expected.txt 2017-08-28 18:20:49 UTC (rev 221262)
+++ trunk/LayoutTests/platform/mac-highsierra/js/dom/global-constructors-attributes-expected.txt 2017-08-28 18:40:33 UTC (rev 221263)
@@ -518,6 +518,26 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').value is FileSystem
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').value is FileSystemDirectoryEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('get') is false
+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, 'FileSystemEntry').value is FileSystemEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').value is FileSystemFileEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-highsierra-wk1/js/dom/global-constructors-attributes-expected.txt (221262 => 221263)
--- trunk/LayoutTests/platform/mac-highsierra-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-28 18:20:49 UTC (rev 221262)
+++ trunk/LayoutTests/platform/mac-highsierra-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-28 18:40:33 UTC (rev 221263)
@@ -503,6 +503,26 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').value is FileSystem
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').value is FileSystemDirectoryEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('get') is false
+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, 'FileSystemEntry').value is FileSystemEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').value is FileSystemFileEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false