css-highlight-invalidation-001-ref.html (474B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Highlight API Test: ::highlight dynamic remove text decoration - reference</title> 4 <style> 5 #upper { 6 text-decoration: wavy underline overline green 5px; 7 text-underline-offset: 20px; 8 } 9 div { 10 border: solid 1px black; 11 padding: 50px; 12 } 13 </style> 14 <div id="upper">This line starts with under/over lines that remain.</div> 15 <div id="lower">This line starts with under/over lines that are removed.</div> 16 </html>