Files
UXP-Fixed/layout/reftests/bugs/455105-ref.html
T
2018-02-02 04:16:08 -05:00

18 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>