1 2 3 4 5 6 7 8 9 10 11 12
<!doctype html> <html lang="ja"> <meta charset="UTF-8"> <title>Bug 1229278 - Dynamic change to text-emphasis-style</title> <style> div { line-height: 5; text-emphasis-style: filled triangle; } </style> <div>テスト</div> </html>