Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!-- quirks mode -->
<meta name="assert" content="Checks that a replaced element, with an aspect ratio, converts a percent height into an intrinsic width." />
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<style>
#container { height: 200px; }
#float { float: left; height: 50%; background: green; }
canvas { height: 100%; }
</style>
<p style="margin-top: 1em;">Test passes if there is a filled green square.</p>
<div id=container>
<div id=float>
<div>
<canvas width=10 height=10></canvas>
</div>
</div>
</div>