mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +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>
|