blob: 00065d1985cdd1704f7c1f6fd50b19bceb04e360 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>bisect-status demo</title>
<link rel="import" href="../../third_party/polymer/components/polymer/polymer.html">
<link rel="import" href="bisect-status.html">
</head>
<body>
<p>Status: started <bisect-status status="started"></bisect-status></p>
<p>Status: completed <bisect-status status="completed"></bisect-status></p>
<p>Status: failed <bisect-status status="failed"></bisect-status></p>
<p>Status: foo <bisect-status status="foo"></bisect-status></p>
</body>
</html>