summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-select-element/select-add-option-crash.html
blob: 78e9e7de53fa395456ed2b9a5a97949478477214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1178128">

<script>
function iframeloadhandler() {
  selectid[5] = optionid;
}
</script>
<option id="optionid" selected>
  <select id="selectid">
    <select>
      <iframe onload="iframeloadhandler()">