Files
Kmake/test/fixtures/wpt/common/domain-setter.sub.html
2026-05-26 23:36:42 -07:00

9 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>