blob: e82633aa1aec2b5cf296540f8db47c90577260eb [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
description('This tests that window.frames is self-referential.');
shouldBe("window.frames", "window");
var successfullyParsed = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>