https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bf0ccace8b671cc93a381640eaa75ed025427239 authored by ffxbld on 19 November 2015, 10:46:23 UTC
Added FENNEC_42_0_1_RELEASE FENNEC_42_0_1_BUILD1 tag(s) for changeset a73c4abecdd0. DONTBUILD CLOSED TREE a=release
Tip revision: bf0ccac
618071-notref.html
<!DOCTYPE HTML>
<html reftest-zoom="0.8">
<title>Testcase, bug 618071</title>

<select size="5">
  <option id="one">one</option>
  <option id="two">two</option>
  <option id="three">three</option>
  <option id="four">four</option>
  <option id="five">five</option>
</select>

<script>
document.getElementById("three").parentNode.focus();
</script>
back to top