1<!DOCTYPE html> 2<!-- 3Copyright (c) 2014 The Chromium Authors. All rights reserved. 4Use of this source code is governed by a BSD-style license that can be 5found in the LICENSE file. 6--> 7<link rel="import" href="/tracing/ui/timeline_view_help_overlay.html"> 8<script> 9'use strict'; 10 11tr.b.unittest.testSuite(function() { 12 test('inactive', function() { 13 var el = document.createElement('tr-ui-timeline-view-help-overlay'); 14 this.addHTMLOutput(el); 15 }); 16}); 17</script> 18