servo/tests/content/test_document_defaultView.html
2015-01-03 12:08:58 -05:00

10 lines
185 B
HTML

<html>
<head>
<script src="harness.js"></script>
</head>
<body>
<script>
is(document.defaultView, window);
</script>
</body>
</html>