Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: test/inspector/debugger/script-on-after-compile-expected.txt

Issue 2730813002: [inspector] fixed endLine in Debugger.scriptParsed event (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/script-on-after-compile-expected.txt
diff --git a/test/inspector/debugger/script-on-after-compile-expected.txt b/test/inspector/debugger/script-on-after-compile-expected.txt
index baa832dcac749c8456edd5afc775c00dc422ae5f..8284cc793599ac20306dfee05ee1895a418ce075 100644
--- a/test/inspector/debugger/script-on-after-compile-expected.txt
+++ b/test/inspector/debugger/script-on-after-compile-expected.txt
@@ -5,7 +5,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -41,7 +41,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -59,7 +59,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -77,7 +77,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -113,7 +113,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -131,7 +131,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -275,7 +275,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -293,7 +293,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -311,7 +311,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -329,7 +329,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 5
+ endLine : 4
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -347,7 +347,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -383,7 +383,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -401,7 +401,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : true
hash : <hash>
@@ -419,7 +419,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -455,7 +455,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -473,7 +473,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -634,7 +634,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 2
+ endLine : 1
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -652,7 +652,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 3
+ endLine : 2
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -670,7 +670,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 4
+ endLine : 3
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
@@ -688,7 +688,7 @@ scriptParsed
}
{
endColumn : 0
- endLine : 5
+ endLine : 4
executionContextId : <executionContextId>
hasSourceURL : false
hash : <hash>
« no previous file with comments | « test/inspector/debugger/script-end-location-expected.txt ('k') | test/inspector/runtime/es6-module-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698