mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
385 B
HTML
11 lines
385 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>Testcase, bug 462844</title>
|
||
|
<div style="position: relative">
|
||
|
<div style="display:inline">
|
||
|
<div style="height: 100px"></div>
|
||
|
<div style="background: aqua; height: 20px;"></div>
|
||
|
<div style="display:inline; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua block</div>
|
||
|
<div style="height: 100px"></div>
|
||
|
</div>
|
||
|
</div>
|