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

Unified Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add LayoutTest Created 5 years, 4 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: LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt b/LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9e442218282681b6564a69e3ebe5c96f5baddae0
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt
@@ -0,0 +1,32 @@
+Tests asynchronous call stacks for PerformanceObserver.
+
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) performanceCallback (async-callstack-performance-observer.html:11)
+ [PerformanceObservation]
+ 0) timeout1 (async-callstack-performance-observer.html:24)
+ [setTimeout]
+ 0) testFunction (async-callstack-performance-observer.html:16)
+
+Call stack:
+ 0) performanceCallback (async-callstack-performance-observer.html:11)
+ [PerformanceObservation]
+ 0) timeout2 (async-callstack-performance-observer.html:30)
+ [setTimeout]
+ 0) timeout1 (async-callstack-performance-observer.html:23)
+ [setTimeout]
+ 0) testFunction (async-callstack-performance-observer.html:16)
+
+Call stack:
+ 0) performanceCallback (async-callstack-performance-observer.html:11)
+ [PerformanceObservation]
+ 0) timeout3 (async-callstack-performance-observer.html:35)
+ [setTimeout]
+ 0) timeout2 (async-callstack-performance-observer.html:29)
+ [setTimeout]
+ 0) timeout1 (async-callstack-performance-observer.html:23)
+ [setTimeout]
+ 0) testFunction (async-callstack-performance-observer.html:16)
+
+

Powered by Google App Engine
This is Rietveld 408576698