blob: 7997f982a8f748281c21e1be05c9c74407600fe2 [file] [log] [blame] [edit]
export function runWebLocksBfcacheTest(params, description) {
runBfcacheTest(
{
scripts: ["/web-locks/resources/helpers.js"],
openFunc: url =>
window.open(
url + `&prefix=${location.pathname}-${description}`,
"_blank",
"noopener"
),
...params,
},
description
);
}