emphasis-style-dynamic-ref.html 243 B

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