summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/FileAPI/support/document-domain-setter.sub.html
blob: 61aebdf326679cdd7e4d9318e2fa1cf90283eb82 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<title>Relevant/current/blob source page used as a test helper</title>

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