Skip to content

Commit

Permalink
chore: update WPT (#3556)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzlopak <[email protected]>
  • Loading branch information
github-actions[bot] and Uzlopak authored Sep 6, 2024
1 parent 61a4b69 commit 97a1fea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ async_test(t => {
'fetchLater()', t,
getDeferredFetchPolicyInIframeHelperUrl(
`${baseUrl}${HTTPS_NOTSAMESITE_ORIGIN}`),
expect_feature_unavailable_default, /*feature_name=*/ 'deferred-fetch');
}, `${description} disallows cross-origin navigation in an iframe.`);
expect_feature_available_default, /*feature_name=*/ 'deferred-fetch');
}, `${description} allows cross-origin navigation in an iframe.`);
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ async_test(t => {
test_feature_availability(
'fetchLater()', t,
getDeferredFetchPolicyInIframeHelperUrl(HTTPS_NOTSAMESITE_ORIGIN),
expect_feature_unavailable_default);
}, `${description} disallows fetchLater() in the cross-origin iframe.`);
expect_feature_available_default);
}, `${description} allows fetchLater() in the cross-origin iframe.`);

async_test(t => {
test_feature_availability(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ async_test(t => {
test_feature_availability(
'fetchLater()', t,
getDeferredFetchPolicyInIframeHelperUrl(HTTPS_NOTSAMESITE_ORIGIN),
expect_feature_unavailable_default);
}, `${description} disallows fetchLater() in the cross-origin iframe.`);
expect_feature_available_default);
}, `${description} allows fetchLater() in the cross-origin iframe.`);

This file was deleted.

This file was deleted.

0 comments on commit 97a1fea

Please sign in to comment.