| 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>
|
|
|