summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1486521.html
blob: 94613acb3d23c2dbde4b15f7eea414e29dbcd203 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
window.onload=function() {
  a.options[10] = b;
  document.execCommand("selectAll", false);
  document.activeElement.hidden = true;
  a.options.selectedIndex = 1;
}
</script>
<input contenteditable>
<select id="a" multiple>
<option id="b" selected>