mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
12 lines
171 B
HTML
12 lines
171 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
<script src="harness.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
is(window, window.self);
|
|
is_a(window.self, Window);
|
|
</script>
|
|
</body>
|
|
</html>
|