summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/123049-1.html
blob: e4e51c58a7b9819cacf7710c8d9c3c369a6dfeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style>
#myStyle:-moz-display-comboboxcontrol-frame {
  -moz-user-input: none !important;
}
#myStyle:-moz-dropdown-list {
  -moz-user-input: none !important;
}
</style>
</head>
<body onload="getElementById('mySelect').setAttribute('id', 'myStyle');"><select id="mySelect"></select></body></html>