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

Unified Diff: chrome/browser/resources/tracing/timeline_model_test.html

Issue 9584022: Fix ph error on about:tracing startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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: chrome/browser/resources/tracing/timeline_model_test.html
diff --git a/chrome/browser/resources/tracing/timeline_model_test.html b/chrome/browser/resources/tracing/timeline_model_test.html
index 2889cd1ad764f1cc99d80393ac15ec1ba57e8b9f..b4cc749cb338ed35cdcc967f73490285594fead5 100644
--- a/chrome/browser/resources/tracing/timeline_model_test.html
+++ b/chrome/browser/resources/tracing/timeline_model_test.html
@@ -115,6 +115,11 @@ function testModelBounds_OneCpu() {
function testModelBounds_OneCpuOneThread() {
}
+function testModelCanImportEmpty() {
+ var m;
+ m = new TimelineModel([]);
+ m = new TimelineModel("");
+}
</script>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/tracing/timeline_model.js ('k') | chrome/browser/resources/tracing/trace_event_importer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698