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

Unified Diff: test/inspector/debugger/script-end-location-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-end-location-expected.txt
diff --git a/test/inspector/debugger/script-end-location-expected.txt b/test/inspector/debugger/script-end-location-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3d0b480c9f5a54ed405ff33bbc27f78402a0c007
--- /dev/null
+++ b/test/inspector/debugger/script-end-location-expected.txt
@@ -0,0 +1,91 @@
+Checks that we report correct endLine, endColumn and source for scripts.
+{
+ compiled : {
+ endColumn : 0
+ endLine : 0
+ }
+ returned : {
+ endColumn : 0
+ endLine : 0
+ }
+}
+{
+ compiled : {
+ endColumn : 1
+ endLine : 0
+ }
+ returned : {
+ endColumn : 1
+ endLine : 0
+ }
+}
+{
+ compiled : {
+ endColumn : 2
+ endLine : 0
+ }
+ returned : {
+ endColumn : 2
+ endLine : 0
+ }
+}
+{
+ compiled : {
+ endColumn : 0
+ endLine : 1
+ }
+ returned : {
+ endColumn : 0
+ endLine : 1
+ }
+}
+{
+ compiled : {
+ endColumn : 1
+ endLine : 1
+ }
+ returned : {
+ endColumn : 1
+ endLine : 1
+ }
+}
+{
+ compiled : {
+ endColumn : 3
+ endLine : 1
+ }
+ returned : {
+ endColumn : 3
+ endLine : 1
+ }
+}
+{
+ compiled : {
+ endColumn : 0
+ endLine : 2
+ }
+ returned : {
+ endColumn : 0
+ endLine : 2
+ }
+}
+{
+ compiled : {
+ endColumn : 1
+ endLine : 2
+ }
+ returned : {
+ endColumn : 1
+ endLine : 2
+ }
+}
+{
+ compiled : {
+ endColumn : 2
+ endLine : 2
+ }
+ returned : {
+ endColumn : 2
+ endLine : 2
+ }
+}
« no previous file with comments | « test/inspector/debugger/script-end-location.js ('k') | test/inspector/debugger/script-on-after-compile-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698