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

Unified Diff: LayoutTests/fast/harness/internals-profilers-heap.html

Issue 705363003: Remove internals.profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Landing Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/harness/internals-profilers-heap-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/harness/internals-profilers-heap.html
diff --git a/LayoutTests/fast/harness/internals-profilers-heap.html b/LayoutTests/fast/harness/internals-profilers-heap.html
deleted file mode 100644
index a0cff48b1b2a23dd150e0ab992b7058c5d1cd2fa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/harness/internals-profilers-heap.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-<div id="target"></div>
-<script>
-testRunner.dumpAsText();
-window.internals.profilers.startHeapProfiling("test");
-target.innerHTML += "<div><div>Hello</div></div>";
-var text = window.internals.profilers.getHeapProfile();
-window.internals.profilers.stopHeapProfiling();
-target.innerHTML = "PASS";
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/harness/internals-profilers-heap-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698