ordering.sub.html (806B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test cookie ordering</title> 6 <meta name=help href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-07#section-5.5"> 7 <meta name="timeout" content="long"> 8 <script src="/resources/testharness.js"></script> 9 <script src="/resources/testharnessreport.js"></script> 10 <script src="/resources/testdriver.js"></script> 11 <script src="/resources/testdriver-vendor.js"></script> 12 </head> 13 </head> 14 <body> 15 <script> 16 const port = "{{ports[http][0]}}"; 17 const wwwHost = "{{domains[www]}}"; 18 19 test(t => { 20 const win = window.open(`http://${wwwHost}:${port}/cookies/ordering/resources/ordering-child.sub.html`); 21 fetch_tests_from_window(win); 22 }); 23 </script> 24 </body> 25 </html>