Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-flexbox/align-items-009.html
<!DOCTYPE html> <link rel="help" href="https://crbug.com/1100203"> <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style> #target { font: 100px/1 'Ahem'; color: green; display: flex; flex-direction: column; align-items: center; text-align: center; width: 200px; position: relative; left: -50px; } </style> <p>Test passes if there is a filled green square.</p> <div id="target">X</div>
/css/reference/ref-filled-green-100px-square-only.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> <p>Test passes if there is a filled green square.</p> <div style="width:100px; height:100px; background:green;"></div>