mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
10 lines
185 B
HTML
10 lines
185 B
HTML
<html>
|
|
<head>
|
|
<script src="harness.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
is(document.defaultView, window);
|
|
</script>
|
|
</body>
|
|
</html>
|