forked from mirrors/gecko-dev
Automatic update from web-platform-tests Get rid of use of "damer" as filler text (#16820) We wouldn't accept "women" as filler text in English, and we shouldn't accept it just because it's in Norwegian. -- wp5At-commits: 98ad54cc6097c1722520e86dd625f01f1ca8fe88 wpt-pr: 16820
22 lines
544 B
HTML
22 lines
544 B
HTML
<!DOCTYPE html>
|
|
<title>flexbox | first-line</title>
|
|
<link rel="author" href="http://opera.com" title="Opera Software">
|
|
<style>
|
|
ul {
|
|
background: #3366cc;
|
|
padding: 0;
|
|
list-style: none;
|
|
width: 900px;
|
|
display: block;
|
|
}
|
|
li {
|
|
background: #ffcc00;
|
|
margin: 2em;
|
|
border: 1px solid black;
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
|
|
<ul>
|
|
<li>filler</li><li>Antidisestablishmentarianism</li><li>filler</li><li>Antidisestablishmentarianism</li><li>Antidisestablishmentarianism</li><li>filler</li><li>Antidisestablishmentarianism</li><li>filler</li>
|
|
</ul>
|