Title: [225557] trunk/LayoutTests
- Revision
- 225557
- Author
- cdu...@apple.com
- Date
- 2017-12-05 16:57:40 -0800 (Tue, 05 Dec 2017)
Log Message
Unreviewed, rebaseline service worker test after r225549.
* http/tests/workers/service/ServiceWorkerGlobalScope-properties-expected.txt:
* http/tests/workers/service/ServiceWorkerGlobalScope-properties.html:
Modified Paths
Diff
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 <cdu...@apple.com>
+
+ 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 <simon.fra...@apple.com>
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;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes