servo/tests/wpt/web-platform-tests/css/css-flexbox-1/flexbox_display-ref.html

20 lines
345 B
HTML

<!DOCTYPE html>
<title>flexbox | display error-handling</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<style>
ol {
background: #3366cc;
padding: 0;
list-style: none;
border: 1px solid black;
}
li {
background: #ffcc00;
margin: 2em;
}
</style>
<ol>
<li>damer</li>
<li>Antidisestablishmentarianism</li>
</ol>