mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +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>
|