mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
14 lines
374 B
HTML
14 lines
374 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fetch: fetch() respects Request referrer value</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="../resources/utils.js"></script>
|
|
<script src="request-referrer.js"></script>
|
|
</body>
|
|
</html>
|