haikuwebkit/LayoutTests/fast/dom/HTMLProgressElement/progress-bar-set-value-expe...

15 lines
189 B
HTML

<!doctype html>
<html>
<head>
<style>
progress {
-webkit-appearance: none;
border: solid red;
}
</style>
</head>
<body>
<progress max="100" value="50"></progress>
</body>
</html>