1<!DOCTYPE html> 2<meta charset="utf-8"> 3<title>A page that will likely be same-origin-domain but not same-origin</title> 4 5<script> 6"use strict"; 7document.domain = "{{host}}"; 8</script> 9