| Index: LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt b/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
|
| index b532eae83e72a87594b36951229c63d94a01d42a..4f8a77c99e010c1f17cc47a2717f0750b5f76f05 100644
|
| --- a/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
|
| +++ b/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
|
| @@ -3,8 +3,12 @@ Tests that evals with sourceURL comment are shown in scripts panel.
|
| Debugger was enabled.
|
|
|
| Running: testSourceURLCommentInInlineScript
|
| -hasSourceURL: undefined
|
| -hasSourceURL: undefined
|
| +
|
| +Running: testSourceURLCommentInScript
|
| +function scriptWithSourceURL() {}
|
| +hasSourceURL: true
|
| +
|
| +Running: testPoorSourceURLCommentInScript
|
|
|
| Running: testSourceURLComment
|
| function keepAlive() {}
|
|
|