https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2ab0ec772eb2828fef19b9bc8f772fc71116d529 authored by ffxbld on 05 December 2013, 15:16:17 UTC
Added FIREFOX_26_0_RELEASE FIREFOX_26_0_BUILD2 tag(s) for changeset 39faf812aaec. DONTBUILD CLOSED TREE a=release
Tip revision: 2ab0ec7
363858-6b.html
<!DOCTYPE html>
<html>
<head>
<style>
select { width: -moz-available; }
* { -moz-appearance: none; }
</style>
</head>
<body>
<select>
  <option>This is option one</option>
</select>
</div>
<div>
<select size="3">
  <option style="visibility: hidden">This is option one</option>
</select>
<div>
</body>
</html>

  
back to top