Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text-decor/line-through-vertical.html
<!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>
/css/css-text-decor/reference/line-through-vertical-ref.html
<!DOCTYPE html> <style> div { writing-mode: vertical-rl; text-decoration: line-through; font-family: Times; font-size: 50px; } </style> <div> <span lang="en">ABC</span> <span lang="en">ABC</span> </div>