Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/392927981">
<style>
li {
text-decoration: overline;
}
li::marker {
content: 'm';
}
li:first-line {
text-decoration: underline;
}
</style>
<li>a</li>