Skip to content

Commit

Permalink
[Private Network Access] Unrename fenced frame test resources.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
johnathan79717 authored and chromium-wpt-export-bot committed Nov 6, 2023
1 parent 6c6e5c6 commit b11c839
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch/private-network-access/resources/support.sub.js
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 b11c839

Please sign in to comment.