forked from mirrors/gecko-dev
Automatic update from web-platform-tests Use Ahem font in tests (#26005) -- wpt-commits: 0c8a6cb48585e41c7adf1f7e593c2e8785bfaab6 wpt-pr: 26005
17 lines
365 B
HTML
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>
|