[webkit-changes] [WebKit/WebKit] 27863d: [WPE][GTK] Gardening `imported/w3c/web-platform-te...

Vitaly Dyachkov noreply at github.com
Thu Apr 13 08:51:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 27863d63d5d6982499cec42ea3754fdda997137f
      https://github.com/WebKit/WebKit/commit/27863d63d5d6982499cec42ea3754fdda997137f
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    A LayoutTests/platform/glib/imported/w3c/web-platform-tests/preload/prefetch-headers-expected.txt
    A LayoutTests/platform/glib/imported/w3c/web-platform-tests/preload/prefetch-types-expected.txt
    M LayoutTests/platform/gtk/TestExpectations

  Log Message:
  -----------
  [WPE][GTK] Gardening `imported/w3c/web-platform-tests/preload/prefetch-*`

Unreviewed test gardening.

According to the spec [1] `Sec-Fetch-*` headers are only sent to
trustworthy URLs which basically either `localhost` or `https:`.

On WPE and GTK we run http tests against `http://web-platform.test:8800`
and not `http://localhost` because these two ports use localhost aliases.

We also still send `Purpose` header because `Sec-Purpose` is not
standardized yet.

[1] https://w3c.github.io/webappsec-fetch-metadata/#framework

* LayoutTests/platform/glib/imported/w3c/web-platform-tests/preload/prefetch-headers-expected.txt: Added.
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/preload/prefetch-types-expected.txt: Added.
* LayoutTests/platform/gtk/TestExpectations:

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




More information about the webkit-changes mailing list