Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel=author href="mailto:lwarlow@igalia.com">
<link rel=help href="https://drafts.csswg.org/css-forms-1">
<link rel=match href="progress-base-appearance-rendering-ref.tentative.html">
<section>
<progress value="50" max="100" style="appearance: base"></progress>
<progress style="appearance: base"></progress>
</section>
<style>
body {
font-family: monospace;
background-color: black;
color: green;
}
section {
display: flex;
flex-direction: column;
gap: 2em;
}
</style>