Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-contain/content-visibility/content-visibility-form-controls-crash.html
<!DOCTYPE html> <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility"> <link rel="help" href="https://crbug.com/1143620"> <style> input, select, textarea { content-visibility: auto; } </style> <input type="button"> <input type="checkbox"> <input type="color"> <input type="date"> <input type="datetime"> <input type="datetime-local"> <input type="email"> <input type="file"> <input type="hidden"> <input type="image"> <input type="month"> <input type="number"> <input type="password"> <input type="radio"> <input type="range"> <input type="reset"> <input type="search"> <input type="submit"> <input type="tel"> <input type="text"> <input type="time"> <input type="url"> <input type="week"> <select><option>Option1</option></select> <select multiple><option>Option1</option></select> <textarea></textarea>