Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt b/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt |
| index 8ca3765afa99e60958aedd49b86beffdd980a8e2..bb9f61b42119cf093faaa940d6920c079bb5468d 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt |
| @@ -8,7 +8,7 @@ PASS AudioContext.length is 0 |
| PASS AutocompleteErrorEvent.length is 1 |
| PASS Blob.length is 0 |
| PASS CloseEvent.length is 1 |
| -PASS CustomEvent.length is 1 |
| +FAIL CustomEvent.length should be 1. Was 0. |
|
bashi
2015/09/29 00:07:10
Using custom constructor causes this regression. I
haraken
2015/09/29 00:18:52
constructor.length has been wrong for a long time
|
| FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined |
| PASS DOMParser.length is 0 |
| PASS DataView.length is 3 |