mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
14 lines
389 B
HTML
14 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>domain: {{domains[]}}</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
// The purpose of this IFrame is to change the 'document.domain'
|
|
document.domain = "{{domains[]}}";
|
|
</script>
|
|
The resource-timings-level1.sub.html test loads this document into an IFrame to vet that setting
|
|
'document.domain' does not effect the timing allowed.
|
|
</body>
|
|
</html>
|