Modified: trunk/LayoutTests/ChangeLog (225556 => 225557)
--- trunk/LayoutTests/ChangeLog 2017-12-06 00:55:23 UTC (rev 225556)
+++ trunk/LayoutTests/ChangeLog 2017-12-06 00:57:40 UTC (rev 225557)
@@ -1,3 +1,10 @@
+2017-12-05 Chris Dumez <[email protected]>
+
+ Unreviewed, rebaseline service worker test after r225549.
+
+ * http/tests/workers/service/ServiceWorkerGlobalScope-properties-expected.txt:
+ * http/tests/workers/service/ServiceWorkerGlobalScope-properties.html:
+
2017-12-05 Simon Fraser <[email protected]>
Composited frames incorrectly get requestAnimationFrame throttled
Modified: trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties-expected.txt (225556 => 225557)
--- trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties-expected.txt 2017-12-06 00:55:23 UTC (rev 225556)
+++ trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties-expected.txt 2017-12-06 00:57:40 UTC (rev 225557)
@@ -17,5 +17,4 @@
Object.getOwnPropertyDescriptor(self, 'WebSocket') returned {"writable":true,"enumerable":false,"configurable":true}
Object.getOwnPropertyDescriptor(self, 'WindowClient') returned {"writable":true,"enumerable":false,"configurable":true}
Object.getOwnPropertyDescriptor(self, 'WorkerGlobalScope') returned {"writable":true,"enumerable":false,"configurable":true}
-Object.getOwnPropertyDescriptor(self, 'XMLHttpRequest') returned {"writable":true,"enumerable":false,"configurable":true}
Modified: trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties.html (225556 => 225557)
--- trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties.html 2017-12-06 00:55:23 UTC (rev 225556)
+++ trunk/LayoutTests/http/tests/workers/service/ServiceWorkerGlobalScope-properties.html 2017-12-06 00:57:40 UTC (rev 225557)
@@ -8,7 +8,7 @@
const expectedProperties = [
"Blob", "Cache", "CacheStorage", "Client", "Clients", "ExtendableEvent", "ExtendableMessageEvent",
"FetchEvent", "Headers", "MessageChannel", "MessageEvent", "MessagePort", "Request", "Response",
- "ServiceWorkerGlobalScope", "WebSocket", "WindowClient", "WorkerGlobalScope", "XMLHttpRequest"];
+ "ServiceWorkerGlobalScope", "WebSocket", "WindowClient", "WorkerGlobalScope"];
let receivedMessages = 0;