blob: 77d962d8e6927f4bc9a3d79a79edea0d24cf466d [file] [log] [blame]
PASS Indexed properties of the window object (strict mode)
FAIL Indexed properties of the window object (strict mode) 1 assert_throws: function "function () {
window[0] = "foo";
}" did not throw
FAIL Indexed properties of the window object (strict mode) 2 assert_throws: function "function () {
window[1] = "foo";
}" did not throw
PASS Indexed properties of the window object (strict mode) 3