mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
13 lines
374 B
HTML
13 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>
|