blob: 32fe01fecf649e02038d41b018f89dec07a0287e [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2016 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.
-->
<!--
Test description shown in chart-legend's tooltip.
-->
<polymer-element name="tooltip-test-description" attributes="test" noscript>
<template>
<style>
:host {
display: block;
}
a {
color: #9cf;
}
a:visited {
color: #fac;
}
</style>
<div vertical layout>
<span>{{test.direction}} is better</span>
<span>Units: {{test.units}}</span>
<span>{{test.description}}</span>
<span><a href="/new_points?pattern={{test.path}}">See new points</a></span>
<span><a href="/graph_csv?test_path={{test.path}}">Download as CSV</a></span>
<span><a href="/debug_alert?test_path={{test.path}}">Debug alert page</a></span>
</div>
</template>
</polymer-element>