https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c7165af12bdde288af823edf36636cef25c6ead0 authored by Aryeh Gregor on 10 April 2016, 11:19:46 UTC
createElement now sets namespace from contentType
Tip revision: c7165af
send-usp.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>
back to top