Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/appearance-base-progress-initial
/
.
/
css
/
css-forms
/
input-text-base-appearance-rendering-ref.html
blob: 6b97fe22ac3e9926fb5cc8bfabafb80aa4feae65 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<div>
value
</div>
<style>
body
{
font-family
:
monospace
;
background-color
:
black
;
color
:
green
;
}
div
{
width
:
150px
;
border
:
1px
solid
;
box-sizing
:
border-box
;
}
</style>