Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/safari-613.1.5-branch
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
attributedStringStrikethrough.html
blob: 6bdf16b8d36ae3fadc304d368b1672040b456245 [
file
] [
log
] [
blame
] [
edit
]
<html>
<head>
<style>
</style>
</head>
<body
contenteditable
style
=
"
text-decoration
:
line-through
;
"
>
Lorem Ipsum
<script>
document
.
body
.
focus
();
</script>
</body>
</html>