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

12 lines
184 B
HTML
Raw Permalink Normal View History

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