Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/455105-ref.html

17 lines
293 B
HTML

<!doctype html>
<html><head><title>455105 ref</title>
<style>
div {
position: absolute;
top: 10px; left: 10px;
width: 40px;
height: 40px;
border-width: 10px;
border-style: solid;
border-color: green;
background-color: green;
}
</style>
</head><body>
<div></div>
</body></html>