chromium/third_party/blink/web_tests/external/wpt/html/browsers/windows/resources/document-domain-setter.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Helper page that sets document.domain</title>
<script>
"use strict";
document.domain = document.domain;
</script>