1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=13379">Bugzilla bug 13379</a> REGRESSION: Cannot add an option to a selected popup</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
10 1. Click on the empty popup button.<br>
11 2. Click on the Test button.
14 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
15 The popup button will change to display the word SUCCESS.
18 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
19 The popup button will become wider but will not display any text. Clicking the popup
20 once will not bring up the menu.
23 <select id="select"></select>
25 <input type="button" onclick='document.getElementById("select").add(new Option("SUCCESS"))' value="Test">