servo/tests/content/test_window.html
2014-09-08 20:21:42 -06:00

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>