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/flexbox_inline-float.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>flexbox | floated inline</title>
<link rel="match" href="../reference/blank.html">
<style>
div {
background: red;
margin-top: -20em;
float: left;
display: inline-flex;
}
</style>
<div>FAIL</div>