fune/testing/web-platform/tests/css/css-flexbox/flexbox_stf-table-singleline-ref.html
Sergio af3c988052 Bug 1669429 [wpt PR 26005] - Use Ahem font in tests, a=testonly
Automatic update from web-platform-tests
Use Ahem font in tests (#26005)

--

wpt-commits: 0c8a6cb48585e41c7adf1f7e593c2e8785bfaab6
wpt-pr: 26005
2020-10-09 12:43:08 +00:00

17 lines
365 B
HTML

<!DOCTYPE html>
<title>flexbox | singleline flexcontainer versus stf :: table</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div, p {
font-family: Ahem;
display: inline-block;
}
p {
margin: 1em 0;
}
</style>
<div>
<p>fillerfillerfillerfillerfiller</p>
</div>