Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Don't crash when using ::first-line and <input type=image></title>
<style>
* { display:initial; }
*::first-line { color:green; }
</style>
<div>PASS if no crash</div>
<input type="image">