https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 95fcc7595a9e0eaec42034d056cef4e2de04cfd1 authored by Sebastian Hengst on 11 April 2018, 09:29:31 UTC
Backed out changeset 0f81334efa0a (bug 1445883) for crashes (bug 1446902). a=backout
Tip revision: 95fcc75
flexbox_stf-table-singleline-ref.html
<!DOCTYPE html>
<title>flexbox | singleline flexcontainer versus stf :: table</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<style>
div, p {
	display: inline-block;
}
p {
	margin: 1em 0;
}
</style>

<div>
	<p>damerdamerdamerdamerdamer</p>
</div>
back to top