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 <phao@chromium.org>
Reviewed-by: Yifan Luo <lyf@chromium.org>
Commit-Queue: Yifan Luo <lyf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1220560}

--

wpt-commits: b11c8390f4b279a57d267bcdfc98472064a53e8f
wpt-pr: 42975
  • Loading branch information
johnathan79717 authored and moz-wptsync-bot committed Nov 19, 2023
1 parent 09aa5e5 commit b2b9517
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 }) {
// Allows running tests in parallel.
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 b2b9517

Please sign in to comment.