mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
13 lines
171 B
HTML
13 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>
|