Diff
Modified: trunk/LayoutTests/ChangeLog (221257 => 221258)
--- trunk/LayoutTests/ChangeLog 2017-08-28 15:29:44 UTC (rev 221257)
+++ trunk/LayoutTests/ChangeLog 2017-08-28 15:50:10 UTC (rev 221258)
@@ -1,3 +1,13 @@
+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:
+ * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
2017-08-28 Michael Catanzaro <[email protected]>
Unreviewed GTK/WPE test gardening
Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (221257 => 221258)
--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:50:10 UTC (rev 221258)
@@ -513,6 +513,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-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt (221257 => 221258)
--- trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
+++ trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:50:10 UTC (rev 221258)
@@ -508,6 +508,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-wk1/js/dom/global-constructors-attributes-expected.txt (221257 => 221258)
--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:50:10 UTC (rev 221258)
@@ -498,6 +498,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