Sign in
webkit
/
WebKit
/
5c46bef7ab98d4e8242fd1cdbd4a8339e4d4801f
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
attributedStringStrikethrough.html
blob: 6bdf16b8d36ae3fadc304d368b1672040b456245 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
</style>
</head>
<body
contenteditable
style
=
"
text-decoration
:
line-through
;
"
>
Lorem Ipsum
<script>
document
.
body
.
focus
();
</script>
</body>
</html>