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

Unified Diff: LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker-expected.txt

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 years, 7 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/http/tests/misc/performance-memory-in-dedicated-worker-expected.txt
diff --git a/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker-expected.txt b/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8261ddfdbe809c42822bfddc058bdb3793a466ba
--- /dev/null
+++ b/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker-expected.txt
@@ -0,0 +1,10 @@
+Description
+
+This test validates that performance.memory exists in dedicated workers
+
+
+PASS self.performance is defined
+PASS self.performance.memory is defined
+PASS jsHeapSizeLimit should be no less than totalJSHeapSize
+PASS totalJSHeapSize should be no less than usedJSHeapSize
+

Powered by Google App Engine
This is Rietveld 408576698