haikuwebkit/LayoutTests/fast/dom/HTMLProgressElement/native-progress-bar.html

5 lines
204 B
HTML

<!DOCTYPE html>
<p>Test passes if following bars are filled 30% with a color.<p>
<progress value="30" max="100"></progress><br>
<progress value="30" max="100" style="-webkit-appearance:none;"></progress>