baseline-source-inline-box.html (567B)
1 <!DOCTYPE html> 2 <link rel="author" title="David Shin" href="mailto:dshin@mozilla.com"> 3 <meta name="assert" content="Ensure that specifying baseline-source on inline boxes have no effect."> 4 <link rel="help" href="https://drafts.csswg.org/css-inline-3/#baseline-source"> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1792501"> 6 <link rel="stylesheet" href="/fonts/ahem.css"> 7 <link rel="match" href="baseline-source-inline-box-ref.html"> 8 <style> 9 div { 10 border: 1px solid; 11 } 12 span { 13 baseline-source: first; 14 } 15 </style> 16 <div> 17 <span>a</span> 18 </div>