gecko/layout/reftests/css-calc/offsets-relative-left-1-ref.html

14 lines
398 B
HTML

<!DOCTYPE HTML>
<title>Test for left:calc() on relatively positioned elements</title>
<style>
body { margin: 0 100px; width: 100px }
div[style] { background: blue; position: relative; height: 3px; }
</style>
<div style="left: 50px"></div>
<div style="left: -50px"></div>
<div style="left: 75px"></div>
<div style="left: -45px"></div>
<div style="left: 40px"></div>
<div style="left: -30px"></div>