https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0b024105bfcb2304529100c159eda55374dceec3 authored by Nils Ohlmeier [:drno] on 04 January 2021, 19:40:18 UTC
Bug 1683964: Harden the handling of outgoing streams. r=ng, a=RyanVM
Tip revision: 0b02410
363858-1.html
<!DOCTYPE html>
<html>
<head>
<style>
div { width: 0 }
option { white-space: normal }
</style>
</head>
<body>
<div>
<select>
  <option>This is option one</option>
  <option>This is option two</option>
  <option>This is option three which is long</option>
  <option>This is option four</option>
</select>
</div>
<div>
<select size="3">
  <option>This is option one</option>
  <option>This is option two</option>
  <option>This is option three which is long</option>
  <option>This is option four</option>
</select>
<div>
</body>
</html>

  
back to top