first-line-input-image-crash.html (271B)
1 <!DOCTYPE html> 2 <title>Don't crash when using ::first-line and <input type=image></title> 3 <link rel="help" href="https://crbug.com/1486128"> 4 <style> 5 * { display:initial; } 6 *::first-line { color:green; } 7 </style> 8 <div>PASS if no crash</div> 9 <input type="image">