mirror of
https://github.com/servo/servo.git
synced 2025-07-04 14:03:39 +01:00
13 lines
350 B
HTML
13 lines
350 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fetch: Uploading content</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="../resources/utils.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="request-upload.js"></script>
|
|
</body>
|
|
</html>
|