| Index: third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt b/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
|
| index d2fac60442ac85dd19155ea85079f4ddc08e94cb..734831e140a8dd36c1e8a194a1a5a608fdfaa2de 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
|
| @@ -1,6 +1,6 @@
|
| -FAIL 'use strict'; var a = arr(); a.length = 2; a should throw an instance of TypeError
|
| +PASS 'use strict'; var a = arr(); a.length = 2; a threw exception of type TypeError.
|
| PASS true === true
|
| -FAIL 'use strict'; var a = addx(arr()); a.length = 2; a should throw an instance of TypeError
|
| +PASS 'use strict'; var a = addx(arr()); a.length = 2; a threw exception of type TypeError.
|
| PASS true === true
|
| PASSED!
|
| PASS successfullyParsed is true
|
|
|