Revision c597cee7678a37f623dace0cd03d652b992daa36 authored by Robert Ma on 23 July 2018, 20:28:35 UTC, committed by Robert Ma on 23 July 2018, 20:46:03 UTC
This reverts commit c8f456094ec0b31d11e1601082d2f76268e75ce4.
1 parent c8f4560
Raw File
iframe-setdomain.sub.html
<!DOCTYPE html>
<html>
<head>
  <title>domain: {{domains[www]}}</title>
</head>
<body>
  <script>
    // The purpose of this IFrame is to change the 'document.domain'
    document.domain = "{{domains[www]}}";
  </script>
  The resource-timings.html test loads this document into an IFrame to vet that setting
  'document.domain' does not effect the timing allowed.
</body>
</html>
back to top