Dactyloidae/testing/marionette/harness/marionette_harness/www/element_bottom.html

12 lines
185 B
HTML

<!DOCTYPE html>
<style>
.element{
position: absolute;
bottom: -50px;
background-color: red;
width: 100px;
height: 100px;
}
</style>
<div class='element'></div>