Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLProgressElement
/
progress-bar-set-value-expected.html
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>