Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<html>
<!--
-->
<head>
<meta charset="utf-8">
<title>Test for Bug 1372371</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
<iframe></iframe>
</div>
<pre id="test">
</pre>
<script type="application/javascript">
/** Test for Bug 1372371 **/
var list = Object.getOwnPropertyNames(window);
// Pick an interface name we would not have resolved here yet.
isnot(list.indexOf("WebSocket"), -1, "WebSocket should be a property");
is(list.indexOf("0"), 0, "Indexed props should be properties");
</script>
</body>
</html>