mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
10 lines
283 B
HTML
10 lines
283 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>XMLHttpRequest.send(URLSearchParams)</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="send-usp.js"></script>
|
|
<div id="log"></div>
|
|
<script>
|
|
run_test();
|
|
</script>
|