https://bugs.webkit.org/show_bug.cgi?id=180698
Reviewed by Alex Christensen.
Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
after https://github.com/w3c/web-platform-tests/pull/8622.
* web-platform-tests/service-workers/service-worker/interfaces-sw.https-expected.txt:
* web-platform-tests/service-workers/service-worker/resources/interfaces-worker.sub.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@225838
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-12-12 Chris Dumez <cdumez@apple.com>
+
+ Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
+ https://bugs.webkit.org/show_bug.cgi?id=180698
+
+ Reviewed by Alex Christensen.
+
+ Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
+ after https://github.com/w3c/web-platform-tests/pull/8622.
+
+ * web-platform-tests/service-workers/service-worker/interfaces-sw.https-expected.txt:
+ * web-platform-tests/service-workers/service-worker/resources/interfaces-worker.sub.js:
+
2017-12-12 Youenn Fablet <youenn@apple.com>
Fetch Event header filtering should apply in CORS mode only
PASS Interfaces and attributes in ServiceWorkerGlobalScope
PASS test setup (cache creation)
-FAIL Event constructors assert_equals: Default FetchEvent.clientId should be null expected (object) null but got (string) ""
+FAIL Event constructors assert_equals: Default FetchEvent.isReload should be false expected (boolean) false but got (undefined) undefined
PASS xhr is not exposed
PASS ServiceWorkerGlobalScope interface: existence and properties of interface object
PASS ServiceWorkerGlobalScope interface object length
false, 'Default FetchEvent.bubbles should be false');
assert_equals(
new FetchEvent('FetchEvent', {request: req}).clientId,
- null, 'Default FetchEvent.clientId should be null');
+ '', 'Default FetchEvent.clientId should be the empty string');
assert_equals(
new FetchEvent('FetchEvent', {request: req}).isReload,
false, 'Default FetchEvent.isReload should be false');