Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 3 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /fetch/content-disposition/multiple-content-disposition.tentative.h2.window.html - WPT Dashboard Interop Dashboard
// META: script=resources/multiple-content-disposition.js
runMultipleContentDispositionTests("HTTP/2", values => {
const params = new URLSearchParams();
for (const value of values) {
params.append("value", value);
}
return `resources/multiple-content-disposition.h2.py?${params}`;
});