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