Files
UXP-Fixed/testing/web-platform/tests/XMLHttpRequest/send-usp.html
T
2018-02-02 04:16:08 -05:00

11 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>