one.html (478B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>helper iframe for matching cookie path redirect tests</title> 6 <meta name=help href="http://tools.ietf.org/html/rfc6265#section-5.1.4"> 7 </head> 8 <body> 9 <script src="/resources/testdriver.js"></script> 10 <script src="/resources/testdriver-vendor.js"></script> 11 <script src="/cookies/resources/cookie-test.js"></script> 12 <script src="/cookies/attributes/resources/path-redirect-shared.js"></script> 13 </body> 14 </html>