Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 15.5.5.2-expected.txt
blob59c61aeead156a8f32b9c73bfe69388fd8a7f072
1 PASS 'use strict'; "foo"[0] = 1 threw exception of type TypeError.
2 PASS "foo"[0] = 1 is 1
3 PASS true === true
4 PASS 'use strict'; delete "foo"[0] threw exception of type TypeError.
5 PASS delete "foo"[0] is false
6 PASS true === true
7  PASSED! 
8 PASS successfullyParsed is true
10 TEST COMPLETE