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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
deleted file mode 100644
index a9c8f68fcb4b35ab1f9c4e015b9d7b1afa70fee6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Tests promise tracker in debugger.
-
-Set timer for test function.
-Promise (new):
- id: 0
- status: pending
- testFunction promise-tracker.html:10
- creationTime: true
-Promise (update):
- id: 0
- status: resolved
- settlementTime: true
-Promise (new):
- id: 1
- status: pending
- testFunction promise-tracker.html:14
- creationTime: true
-Promise (update):
- id: 1
- status: pending
-Promise (new):
- id: 2
- status: pending
- testFunction promise-tracker.html:15
- creationTime: true
-Promise (update):
- id: 2
- status: pending
- parent id: 1
-Promise (update):
- id: 1
- status: resolved
- settlementTime: true
-Script execution paused.
-Got promise by id: true
-Resolved object class: Promise
-Promise:
- status: resolved
- value: Resolved!
-Promise (gc):
-Promise (gc):
-Promise (gc):
-Script execution resumed.
-

Powered by Google App Engine
This is Rietveld 408576698