Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/crashtests/firefox-bug-1930225.html - WPT Dashboard Interop Dashboard
<!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>