blob: 316e545c5e1946a56e630246f305d6af08c14615 [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="/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>