chromium/third_party/blink/web_tests/fast/js/mozilla/strict/15.5.5.2-expected.txt

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