summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/img-intrinsic-size-contribution-ref.html
blob: ffda7d62ba963ed693e14547adce6592a11f5657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<title>CSS Test Reference: intrinsic size contributions of images in vertical writing mode</title>
<link rel="author" title="Zhang Junzhi" href="mailto:zjz@zjz.name">

<style>
* { margin: 0; padding: 0; }
</style>

<div style="border: 1px solid blue; height: 150px; width: 202px;">
	<div style="border: 1px solid orange; height: 148px;">
		<img src="support/blue-200x100.png">
	</div>
</div>

</html>