blob: fe043a117d5c278ed991794d09a51c95d7df49df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
</body>
</html>
|