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