https://github.com/web-platform-tests/wpt
Revision 3b57b118a10cc6ec05c8d7aeb30ec6faadc729ad authored by Josh Matthews on 26 March 2018, 14:23:24 UTC, committed by Josh Matthews on 26 March 2018, 14:47:13 UTC
1 parent f4388a3
Raw File
Tip revision: 3b57b118a10cc6ec05c8d7aeb30ec6faadc729ad authored by Josh Matthews on 26 March 2018, 14:23:24 UTC
Add base protocol to ConnectionlessProtocol.
Tip revision: 3b57b11
domain-setter.sub.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>A page that will likely be same-origin-domain but not same-origin</title>

<script>
"use strict";
document.domain = "{{host}}";
</script>
back to top