[webkit-changes] [WebKit/WebKit] 547ccf: Run service worker WPT tests over HTTPS

Chris Dumez noreply at github.com
Sun Sep 18 20:42:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 547ccf22e4ddc3e89641782e6c1767dadd910a55
      https://github.com/WebKit/WebKit/commit/547ccf22e4ddc3e89641782e6c1767dadd910a55
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-09-18 (Sun, 18 Sep 2022)

  Changed paths:
    R LayoutTests/imported/w3c/web-platform-tests/fetch/cross-origin-resource-policy/fetch-in-service-worker-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/fetch/cross-origin-resource-policy/fetch-in-service-worker.html
    M LayoutTests/imported/w3c/web-platform-tests/infrastructure/server/context.any.serviceworker-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/server-timing/service_worker_idl-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/server-timing/service_worker_idl.html
    A LayoutTests/imported/w3c/web-platform-tests/server-timing/service_worker_idl.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/server-timing/service_worker_idl.https.html
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/mac-wk1/TestExpectations
    M LayoutTests/platform/win/TestExpectations
    M Tools/Scripts/webkitpy/port/driver.py

  Log Message:
  -----------
  Run service worker WPT tests over HTTPS
https://bugs.webkit.org/show_bug.cgi?id=245344

Reviewed by Tim Nguyen.

Run service worker WPT tests over HTTPS, instead of HTTP, to match upstream WPT.
This is important since service workers require a secure context to run.

* LayoutTests/platform/glib/TestExpectations:
* Tools/Scripts/webkitpy/port/driver.py:
(Driver.wpt_test_path_to_uri):

Canonical link: https://commits.webkit.org/254622@main




More information about the webkit-changes mailing list