Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>:empty pseudo-class with ::first-line should not crash during parsing</title>
<style>
*:empty::first-line { background: red; }
</style>
<div>
<button autofocus></button>
</div>