Bug 1865610: part 7) Add test for internally assigned priority of font-face loaded...
[gecko.git] / testing / web-platform / mozilla / tests / fetch / fetchpriority / support / font-face-tests-data.js
blob523eec5682ffdec95c335dcd905dc2463449c171
1 const kExpectedRequests = [
2     {   fileNameAndSuffix: "dummy.font",
3         internalPriority: SpecialPowers.Ci.nsISupportsPriority.PRIORITY_HIGH
4     },
5 ];
7 export const kTestFolderName = "font-face-tests";
9 export const kTestData = [
10     {   testFileName: "load-font-face-from-head.h2.html",
11         expectedRequests: kExpectedRequests
12     },