Sign in
webkit
/
WebKit
/
4bcb3438baef1cfe12aea6aa10c3a06a0ad5b00d
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLProgressElement
/
progress-element-styled-drop-appearance-expected.html
blob: 55ebf1eb221b47587bec82c702101f3dac9c336d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
overlay
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
200px
;
height
:
4px
;
background-color
:
red
;
}
</style>
</head>
<body>
<div
id
=
"overlay"
></div>
</body>
</html>