Files
Kmake/test/fixtures/wpt/FileAPI/support/document-domain-setter.sub.html
2026-05-26 23:36:42 -07:00

8 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>