selectedcontent-in-option-crash.html (382B)
1 <!DOCTYPE html> 2 <link rel=author href="mailto:jarhar@chromium.org"> 3 <link rel=help href="https://github.com/openui/open-ui/issues/1120"> 4 5 <style> 6 select,::picker(select) { 7 appearance: base-select; 8 } 9 </style> 10 11 <select> 12 <button> 13 <selectedcontent></selectedcontent> 14 </button> 15 <option>one 16 <selectedcontent></selectedcontent> 17 </option> 18 <option>two</option> 19 </select>