replaced-elements-all-auto.html (976B)
1 <!DOCTYPE html> 2 <html lang="en-US"> 3 <head> 4 <title>CSS Test: CSS 2.1 replaced element sizing</title> 5 <link rel="match" href="replaced-elements-all-auto-ref.html"> 6 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width"> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height"> 9 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths"> 10 <meta name="flags" content="should"> <!-- undefinedness in 10.3.2 --> 11 <style type="text/css"> 12 13 div { width: 200px } 14 15 </style> 16 </head> 17 <body> 18 19 <div> 20 <img src="support/height-25-width-50.svg">, 21 <img src="support/height-25-ratio-2.svg">, 22 <img src="support/width-50-ratio-2.svg">, 23 <img src="support/height-25-no-ratio.svg">, 24 <img src="support/width-50-no-ratio.svg">, 25 <img src="support/ratio-2.svg">, 26 <img src="support/no-ratio.svg">. 27 </div> 28 29 </body> 30 </html>