chromium/third_party/blink/web_tests/external/wpt/html/browsers/origin/relaxing-the-same-origin-restriction/support/document_domain_setter_iframe.html

<!doctype html>
<html>
  <head>
    <title></title>
    <script src="/common/get-host-info.sub.js"></script>
    <script>
      document.domain = get_host_info().ORIGINAL_HOST;
    </script>
  </head>
  <body>
  </body>
</html>