blob: 0c044f30a6aef2ff7edd536652e1463e5116ddef [file] [log] [blame]
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('This tests that window.frames is self-referential.');
shouldBe("window.frames", "window");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>