Skip to content

Commit

Permalink
Bug 1863341 [wpt PR 42975] - [Private Network Access] Unrename fenced…
Browse files Browse the repository at this point in the history
… frame test resources., a=testonly

Automatic update from web-platform-tests
[Private Network Access] Unrename fenced frame test resources.

The spec has been renamed back to Private Network Access.
WICG/private-network-access#106

Bug: 1418287
Change-Id: I5ac7664bb885f560725327e20c0f59a1c0a3ccff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002120
Auto-Submit: Jonathan Hao <phaochromium.org>
Reviewed-by: Yifan Luo <lyfchromium.org>
Commit-Queue: Yifan Luo <lyfchromium.org>
Cr-Commit-Position: refs/heads/main{#1220560}

--

wpt-commits: b11c8390f4b279a57d267bcdfc98472064a53e8f
wpt-pr: 42975

UltraBlame original commit: eb2bf3b830f0624e48c719c16ef243bdba708b6d
  • Loading branch information
marco-c committed Nov 21, 2023
1 parent b6c54c4 commit fffc5df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,14 @@ async function iframeTest(t, { source, target, expected }) {
async function fencedFrameTest(t, { source, target, expected }) {

const target_url = preflightUrl(target);
target_url.searchParams.set("file", "fenced-frame-local-network-access-target.https.html");
target_url.searchParams.set("file", "fenced-frame-private-network-access-target.https.html");
target_url.searchParams.set("is-loaded-in-fenced-frame", true);

const frame_loaded_key = token();
const child_frame_target = generateURL(target_url, [frame_loaded_key]);

const source_url =
resolveUrl("resources/fenced-frame-local-network-access.https.html", sourceResolveOptions(source));
resolveUrl("resources/fenced-frame-private-network-access.https.html", sourceResolveOptions(source));
source_url.searchParams.set("fenced_frame_url", child_frame_target);

const urn = await generateURNFromFledge(source_url, []);
Expand Down

0 comments on commit fffc5df

Please sign in to comment.