blob: cdfc5eede590c27251c3a45925298f20ab60aef8 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>bug-info-span demo</title>
<link rel="import" href="../../third_party/polymer/components/polymer/polymer.html">
<link rel="import" href="bug-info-span.html">
</head>
<body>
<p>Untriaged: <bug-info-span></bug-info-span>
<p>Untriaged, recovered: <bug-info-span recovered></bug-info-span>
<p>Invalid: <bug-info-span bugId="-1"></bug-info-span>
<p>Ignored: <bug-info-span bugId="-2"></bug-info-span>
<p>Associated with a bug: <bug-info-span bugId="123"></bug-info-span></p>
</body>
</html>