servo/tests/wpt/web-platform-tests/common/domain-setter.sub.html

8 lines
184 B
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>