attributedStringStrikethrough.html 230 B

123456789101112
  1. <html>
  2. <head>
  3. <style>
  4. </style>
  5. </head>
  6. <body contenteditable style="text-decoration: line-through;">Lorem Ipsum
  7. <script>
  8. document.body.focus();
  9. </script>
  10. </body>
  11. </html>