Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/abspos/flexbox_inline-abspos.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>flexbox | absolutely positioned inline</title>
<link rel="match" href="/css/reference/blank.html">
<style>
div {
background: red;
margin-top: -20em;
position: absolute;
display: inline-flex;
}
</style>
<div>FAIL</div>