Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
*::first-line { }
body.test {
list-style: square inside;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.body.getBoundingClientRect();
document.body.classList = "test";
})
</script>
<body>
<button>
<li>