mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
13 lines
181 B
HTML
13 lines
181 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
<script src="harness.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
is(window, window.self);
|
|
is_a(window.self, Window);
|
|
finish();
|
|
</script>
|
|
</body>
|
|
</html>
|