Files
UXP-Fixed/testing/web-platform/tests/resource-timing/iframe-setdomain.sub.html
T
2018-02-02 04:16:08 -05:00

15 lines
384 B
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>