servo/tests/content/test_window.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>