blob: 59e8cfd5ed34af9e7254f6546bb38682f916b87f [file] [log] [blame]
PASS 'use strict'; "foo"[0] = 1 threw exception of type TypeError.
PASS "foo"[0] = 1 is 1
PASS true === true
PASS 'use strict'; delete "foo"[0] threw exception of type TypeError.
PASS delete "foo"[0] is false
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE