active-selection-021-ref.html (687B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reftest Reference</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 10 <link rel="stylesheet" href="../support/highlights.css"> 11 <style> 12 div 13 { 14 color: green; 15 font: 25px/1 Ahem; 16 text-decoration: underline overline line-through; 17 } 18 </style> 19 20 <p>Test passes if each glyph of "Selected Text" is green and <strong>not red</strong> and if the underline, the overline and the line-through are also green and not red. 21 22 <div class="highlight_reftest">Selected Text</div>