mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
398 B
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>
|