Skip to content

Commit

Permalink
Bug 1916862 [wpt PR 47974] - Update FetchLaterAPI to not use "deferre…
Browse files Browse the repository at this point in the history
…d-fetch" for now, a=testonly

Automatic update from web-platform-tests
Update FetchLaterAPI to not use "deferred-fetch" for now

The [discussion][1] is not yet finalized, but we want to extend OT for
other partners.

[1]: WICG/pending-beacon#87 (comment)

Bug: 40276121
Change-Id: I6f163add73707be7b9c2b34d58dce22542621293
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833346
Reviewed-by: Nidhi Jaju <nidhijajuchromium.org>
Commit-Queue: Ming-Ying Chung <mychchromium.org>
Cr-Commit-Position: refs/heads/main{#1351171}

--

wpt-commits: d575dc75ede770df322fbc5da3112dcf81f192ec
wpt-pr: 47974

UltraBlame original commit: 52384999063c6e9d9ab6e380ac75ac5608683b0a
  • Loading branch information
marco-c committed Sep 16, 2024
1 parent c22637f commit a7abca0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ baseUrl
HTTPS_NOTSAMESITE_ORIGIN
}
)
expect_feature_unavailable_default
expect_feature_available_default
'
deferred
-
Expand All @@ -130,7 +130,7 @@ fetch
{
description
}
disallows
allows
cross
-
origin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ getDeferredFetchPolicyInIframeHelperUrl
(
HTTPS_NOTSAMESITE_ORIGIN
)
expect_feature_unavailable_default
expect_feature_available_default
)
;
}
{
description
}
disallows
allows
fetchLater
(
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ getDeferredFetchPolicyInIframeHelperUrl
(
HTTPS_NOTSAMESITE_ORIGIN
)
expect_feature_unavailable_default
expect_feature_available_default
)
;
}
{
description
}
disallows
allows
fetchLater
(
)
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a7abca0

Please sign in to comment.