marker-inherit-line-height-ref.html (386B)
1 <!doctype html> 2 <title>Reference: Check that :marker inherits line-height</title> 3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 4 <style> 5 div { 6 font: 128px/1 Ahem; 7 border: 2px solid blue; 8 background: orange; 9 color: black; 10 } 11 </style> 12 13 <p>There should be two black rectangles below with no space between them and 14 the border above/below.</p> 15 <div> 16 1. X 17 </div>