blob: 740bdbab9d121f4f0695c25509628ba638d99a47 [file] [log] [blame]
<html>
<head>
<title>highlight-sk demo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="/res/common/js/common.js"></script>
<script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
<link rel="import" href="highlight.html">
<style type="text/css" media="screen">
highlightbar-sk {
width: 50em;
display: block;
}
</style>
</head>
<body>
<h1>Highlight</h1>
<highlightbar-sk
key="Arm64:GCC:CPU:Denver:Nexus9:Android:DeferredSurfaceCopy_discardable_640_480:565"
value="19.1234">
</highlightbar-sk>
</body>
</html>