Source code

Revision control

Copy as Markdown

Other Tools

<!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>