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

Unified Diff: test/inspector/runtime/console-line-and-column-expected.txt

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 years, 3 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/runtime/console-line-and-column-expected.txt
diff --git a/test/inspector/runtime/console-line-and-column-expected.txt b/test/inspector/runtime/console-line-and-column-expected.txt
deleted file mode 100644
index 77f179811c2f1235189c168e08b20cdae64c0196..0000000000000000000000000000000000000000
--- a/test/inspector/runtime/console-line-and-column-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- stackTrace : {
- callFrames : [
- [0] : {
- columnNumber : 8
- functionName : (anonymous)
- lineNumber : 0
- scriptId : 0
- url : (empty)
- }
- ]
- }
- type : log
-}
-{
- stackTrace : {
- callFrames : [
- [0] : {
- columnNumber : 2
- functionName : (anonymous)
- lineNumber : 1
- scriptId : 0
- url : (empty)
- }
- ]
- }
- type : log
-}
-
« no previous file with comments | « test/inspector/runtime/console-line-and-column.js ('k') | test/inspector/runtime/console-log-doesnt-run-microtasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698