third_party/blink/web_tests/virtual/fenced-frame-mparch/README.md
This directory contains fenced frame test expectations. The tests are run with the flags:
--enable-features=
FencedFrames:implementation_type/mparch,
PrivacySandboxAdsAPIsOverride,
SharedStorageAPI,
NoncedPartitionedCookies,
Fledge,
InterestGroupStorage,
AdInterestGroupAPI,
AllowURNsInIframes,
BiddingAndScoringDebugReportingAPI,
--enable-blink-features=
FencedFramesAPIChanges
The FencedFramesAPIChanges feature is enabled for user to specify the behavior
of selectURL by changing the boolean field resolveToConfig of
SharedStorageRunOperationMethodOptions:
sharedStorage.selectURL('foo', [{url: "bar.com"}], {data: {'option': 0}});
resolves to an urn::uuid.sharedStorage.selectURL('foo', [{url: "bar.com"}], {data: {'option': 0}, resolveToConfig: false}); resolves to an urn::uuid.sharedStorage.selectURL('foo', [{url: "bar.com"}], {data: {'option': 0}, resolveToConfig: true}); resolves to a fenced frame config object.See crbug.com/1123606 and crbug.com/1347953.