Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
editing
/
mac
/
attributed-string
/
text-decorations.html
blob: 170e91962fe67d31b1720f998088c0f1c14fa1fc [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"resources/dump-attributed-string.js"
></script>
</head>
<body>
<u>
underline
</u>
<strike>
strike
</strike>
<span
style
=
"
text-decoration
:
underline line-though
"
>
underline and strike
</span>
</body>
</html>