summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/set-document-domain.html
blob: a92a7ae39f8351f97cd865dca5ebe8d4260aa229 (plain)
1
2
3
4
<!doctype html>
<script>
document.domain = document.domain;
</script>