Revision 5bb78f0ae6a5577da7f93b65587b607b21d21494 authored by Luke Bjerring on 22 June 2018, 18:41:14 UTC, committed by GitHub on 22 June 2018, 18:41:14 UTC
1 parent 372c7ad
Raw File
box-sizing-010-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Reference File</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: green;
}

</style>
<body>
  <p>Test passes if there are 2 <strong>filled green squares</strong> and they are the <strong>same size</strong>.</p>
  <div></div>
  <div></div>
</body>
back to top