https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bf723d9a60b88850e34451e5b456051dc41c7780 authored by ffxbld on 08 October 2014, 14:36:25 UTC
Added FENNEC_33_0_RELEASE FENNEC_33_0_BUILD1 tag(s) for changeset 6c5695130efc. DONTBUILD CLOSED TREE a=release
Tip revision: bf723d9
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