| <!DOCTYPE html> | |
| <meta charset="UTF-8"> | |
| <title>CSS Highlight API Test Reference</title> | |
| <head> | |
| <style> | |
| div { | |
| width: 200px; | |
| height: 100px; | |
| line-height: 3em; | |
| text-underline-offset: 1svb; | |
| text-decoration-line: underline; | |
| text-decoration-color: green; | |
| text-decoration-thickness: 1svi; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div>With viewport size</div> | |
| </body> |