blob: 7226bdac090ee3e2840fec5920e1997c2d6ac30d [file] [log] [blame]
<html>
<head>
<script src="../../js/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="../../js/resources/js-test-post.js"></script>
</body>
</html>