chromium/third_party/blink/web_tests/external/wpt/FileAPI/support/document-domain-setter.sub.html

<!DOCTYPE html>
<title>Relevant/current/blob source page used as a test helper</title>

<script>
"use strict";
document.domain = "{{host}}";
</script>