servo/tests/wpt/web-platform-tests/FileAPI/support/document-domain-setter.sub.html

7 lines
151 B
HTML

<!DOCTYPE html>
<title>Relevant/current/blob source page used as a test helper</title>
<script>
"use strict";
document.domain = "{{host}}";
</script>