https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eb73cd1561ab74868ba71e128a237dafeecd36fa authored by Marcos Cáceres on 21 March 2018, 02:45:39 UTC
Edge doesn't do object spread yet
Tip revision: eb73cd1
document-domain-setter.sub.html
<!DOCTYPE html>
<title>Relevant/current/blob source page used as a test helper</title>

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