arbitrary-header-in-early-hints.html (345B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <body> 6 <script> 7 promise_test(async (t) => { 8 // Pass when the page is successfully loaded. 9 }, "An Early hints response contains an arbitrary header and it should have no effect."); 10 </script> 11 </body>