blob: ea1565ed261ca1bc0c6ad8a076b54c4397b9530e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../../resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
var obj = objCController.testObject();
if (/: 0x[0-9|a-f]*/.test(obj + ""))
throw "bad";
var array = objCController.testArrayOfObjects();
if (/: 0x[0-9|a-f]*/.test(obj + ""))
throw "bad";
</script>
<script src="../../../../resources/js-test-post.js"></script>
</body>
</html>