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/crashtests/text-indent-each-line-crash.html - WPT Dashboard Interop Dashboard
<style>
*:scope {
text-indent: 41% each-line;
columns: 0;
}
#a {
float: right;
writing-mode: tb;
}
</style>
<shadow id="a">
A
</shadow>
<details>