<!doctype html>
<meta charset="utf8">
<title>CSS contain-intrinsic-size: replaced content</title>
<link rel="author" title="Vladimir Levin" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override">
<style>
#target {
width: 100px;
height: 200px;
}
</style>
<img id=target src="resources/dice.png"></img>