summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/line-through-vertical.html
blob: 0ec8f016223018ee8fef1b440f7cb73c57ad81a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property">
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
<link rel="match" href="reference/line-through-vertical-ref.html">
<style>
div {
  writing-mode: vertical-rl;
  text-decoration: line-through;
  font-family: Times;
  font-size: 50px;
}
</style>
<div>
  <span lang="ja">ABC</span>
  <span lang="en">ABC</span>
</div>