https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7e4176185aa3b8a7ba4b8498e2c8852bb4f79714 authored by seabld on 13 April 2012, 02:26:42 UTC
Added tag SEAMONKEY_2_9b3_RELEASE for changeset FIREFOX_12_0b5_BUILD1. CLOSED TREE a=release
Tip revision: 7e41761
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