repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
js
/
mozilla
/
strict
/
15.5.5.2-expected.txt
blob
59c61aeead156a8f32b9c73bfe69388fd8a7f072
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
9
10
TEST COMPLETE
11