https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d89cd24ee381abb6cd74fc315779281d86bffe1d authored by David Storey on 06 April 2018, 23:24:56 UTC
Fix casing for a element
Tip revision: d89cd24
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