blob: 29847cf742b932015ea2a0777e0f535b2dd7bd12 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
progress {
-webkit-appearance: none;
border: solid red;
}
</style>
</head>
<body>
<progress max="100" value="50"></progress>
</body>
</html>