blob: d7e009d1623e245d9cd2732ac5fbc96f6cbd08e6 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/ui/timeline_view_help_overlay.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
test('inactive', function() {
var el = document.createElement('tr-ui-timeline-view-help-overlay');
this.addHTMLOutput(el);
});
});
</script>