You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned inline replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is specified." />
<style type="text/css">
div
{
position: relative;
}
div div
{
background: blue;
height: 100px;
left: 100px;
position: absolute;
top: 0;
}
img
{
height: auto;
position: absolute;
}
div div, img
{
width: 100px;
}
</style>
</head>
<body>
<p>Test passes if the orange and blue squares have the <strong>same height</strong>.</p>
<div>
<img alt="Image download support must be enabled" src="support/swatch-orange.png" />