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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-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-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-expected.txt
deleted file mode 100644
index 5d7172cda9f33a19717119f53fd89a7e45de28ca..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Tests promise tracker events in debugger.
-
-Set timer for test function.
-gc:
- id: 0
-gc:
- id: 1
-gc:
- id: 2
-new:
- id: 0
-new:
- id: 1
-new:
- id: 2
-new:
- id: 3
-update:
- id: 0
- status: resolved
-update:
- id: 1
- status: rejected
-update:
- id: 2
- parent id: 1
-update:
- id: 2
- status: resolved
-update:
- id: 3
- parent id: 2
-

Powered by Google App Engine
This is Rietveld 408576698