https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 31bad8966ecad45e1b9496842ca9b074906460ec authored by ffxbld on 28 June 2012, 12:38:40 UTC
Added FENNEC_14_0b10_RELEASE FENNEC_14_0b10_BUILD1 tag(s) for changeset 997811a777df. DONTBUILD CLOSED TREE a=release
Tip revision: 31bad89
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