Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/crashtests/empty-pseudo-with-first-line.html - WPT Dashboard Interop Dashboard
<!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>