Revision 13aba116f5464e57a1052c92b553b170022e6825 authored by Chromium WPT Sync on 24 February 2017, 16:50:26 UTC, committed by GitHub on 24 February 2017, 16:50:26 UTC
Unskip mediastream-capture WPT tests
2 parent s a7e9c2a + 55f035b
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