| Index: LayoutTests/fast/js/custom-constructors-expected.txt
|
| diff --git a/LayoutTests/fast/js/custom-constructors-expected.txt b/LayoutTests/fast/js/custom-constructors-expected.txt
|
| index 64822aefe27eb2e145143a5706a82fc2b98a3ece..281c09a7319b5a66207912f7073cbb1f52bfcb19 100644
|
| --- a/LayoutTests/fast/js/custom-constructors-expected.txt
|
| +++ b/LayoutTests/fast/js/custom-constructors-expected.txt
|
| @@ -42,4 +42,7 @@ PASS new Audio().src is ""
|
| PASS new Audio().preload is "auto"
|
| PASS new Audio('http://127.0.0.1/someurl').src is "http://127.0.0.1/someurl"
|
| PASS new Audio('http://127.0.0.1/someurl').preload is "auto"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|