custom-highlight-container-metrics-001-ref.html (400B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Highlight API Test Reference</title> 4 <head> 5 <style> 6 div { 7 width: 200px; 8 height: 100px; 9 } 10 #h1 { 11 text-underline-offset: 1svw; 12 text-decoration-line: underline; 13 text-decoration-color: green; 14 text-decoration-thickness: 2svh; 15 } 16 </style> 17 </head> 18 <body> 19 <div id="h1">With container size</div> 20 </body>