https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c09734ecd5aa14ff174464b13e7429efd328fba6 authored by ffxbld on 24 August 2011, 23:45:06 UTC
Added tag FIREFOX_7_0b2_BUILD1 for changeset 4ee096ccdd5a. CLOSED TREE a=release
Tip revision: c09734e
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