1
0
Fork 0
firefox/testing/web-platform/tests/cookies/attributes/resources/path.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
No EOL
478 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>helper iframe for matching cookie path redirect tests</title>
<meta name=help href="http://tools.ietf.org/html/rfc6265#section-5.1.4">
</head>
<body>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="/cookies/resources/cookie-test.js"></script>
<script src="/cookies/attributes/resources/path-redirect-shared.js"></script>
</body>
</html>