img-intrinsic-size-contribution-ref.html (424B)
1 <!DOCTYPE html> 2 <html> 3 <title>CSS Test Reference: intrinsic size contributions of images in vertical writing mode</title> 4 <link rel="author" title="Zhang Junzhi" href="mailto:zjz@zjz.name"> 5 6 <style> 7 * { margin: 0; padding: 0; } 8 </style> 9 10 <div style="border: 1px solid blue; height: 150px; width: 202px;"> 11 <div style="border: 1px solid orange; height: 148px;"> 12 <img src="support/blue-200x100.png"> 13 </div> 14 </div> 15 16 </html>