Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-decoration-inset-orthogonal-block-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS Text Decoration test: decoration inset and text-indent in an orthogonal block</title>
<link rel="match" href="reference/text-decoration-inset-orthogonal-block-001-ref.html">
<style>
body {
font-size: 64px;
}
u {
text-decoration-inset: 10px;
writing-mode: sideways-lr;
text-indent: 40px;
}
div {
writing-mode: initial;
}
</style>
<u>vertical<div>horizontal</div>text</u>