blob: 3b142555713c43384cde1759287e3c05102f990d [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Helper page that sets document.domain</title>
<script>
"use strict";
document.domain = document.domain;
</script>