tenfourfox/js/xpconnect/tests/mochitest/file_wrappers-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
264 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
var obj = {a: 3, next: 1};
var to_iterate = Object.create(obj);
var enumerate = { 0: 0, "hi": "there" };
function func () {};
var o = {};
var a = [1];
</script>
</body>
</html>