[webkit-changes] [WebKit/WebKit] 43bea5: Resync notifications tests from upstream WPT

Chris Dumez noreply at github.com
Sun Sep 18 16:16:37 PDT 2022


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

  Changed paths:
    M LayoutTests/TestExpectations
    R LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-basic-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-basic.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-basic.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-basic.https.html
    R LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-invalid-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-invalid.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-invalid.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-invalid.https.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-non-secure-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/constructor-non-secure.html
    R LayoutTests/imported/w3c/web-platform-tests/notifications/event-onclose-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/event-onclose.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/event-onclose.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/event-onclose.https.html
    R LayoutTests/imported/w3c/web-platform-tests/notifications/event-onshow-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/event-onshow.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/event-onshow.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/event-onshow.https.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/historical.any-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/historical.any.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/historical.any.js
    A LayoutTests/imported/w3c/web-platform-tests/notifications/historical.any.worker-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/historical.any.worker.html
    M LayoutTests/imported/w3c/web-platform-tests/notifications/idlharness.https.any.js
    A LayoutTests/imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html
    R LayoutTests/imported/w3c/web-platform-tests/notifications/instance-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/instance.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/instance.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/instance.https.html
    R LayoutTests/imported/w3c/web-platform-tests/notifications/lang-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/notifications/lang.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/lang.https-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/lang.https.html
    A LayoutTests/imported/w3c/web-platform-tests/notifications/permissions-non-secure-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/notifications/permissions-non-secure.html
    M LayoutTests/imported/w3c/web-platform-tests/notifications/w3c-import.log
    M LayoutTests/platform/glib/TestExpectations
    A LayoutTests/platform/glib/imported/w3c/web-platform-tests/notifications/permissions-non-secure-expected.txt
    A LayoutTests/platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker-expected.txt
    M LayoutTests/platform/mac-wk1/TestExpectations
    M LayoutTests/resources/testharnessreport.js

  Log Message:
  -----------
  Resync notifications tests from upstream WPT
https://bugs.webkit.org/show_bug.cgi?id=245325

Reviewed by Tim Nguyen.

Resync notifications tests from upstream WPT f18ed9341ab26c2fa298f90.

LayoutTests/imported/w3c/web-platform-tests/notifications/*: Updated.

LayoutTests/resources/testharnessreport.js:
Now that some notification tests run over https, granting notification permission
to "http://web-platform.test:8800" is no longer sufficient. We now grant access to
self.origin instead of "http://web-platform.test:8800" so that it works no matter
if tests are run over http or https.

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




More information about the webkit-changes mailing list