OLD | NEW |
1 <p> | 1 <p> |
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13896">http://bu
gs.webkit.org/show_bug.cgi?id=13896</a> | 2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13896">http://bu
gs.webkit.org/show_bug.cgi?id=13896</a> |
3 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
</i>. | 3 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
</i>. |
4 </p> | 4 </p> |
5 <p> | 5 <p> |
6 No crash means SUCCESS. | 6 No crash means SUCCESS. |
7 </p> | 7 </p> |
8 <select style="display: none;"> | 8 <select style="display: none;"> |
9 <option style="width: 25ex;"></option> | 9 <option style="width: 25ex;"></option> |
10 </select> | 10 </select> |
11 | 11 |
12 <select style="display: none;"> | 12 <select style="display: none;"> |
13 <optgroup style="width: 25ex;"> | 13 <optgroup style="width: 25ex;"> |
14 <option></option> | 14 <option></option> |
15 </optgroup> | 15 </optgroup> |
16 </select> | 16 </select> |
17 | 17 |
18 <select style="display: none;"> | 18 <select style="display: none;"> |
19 <optgroup> | 19 <optgroup> |
20 <option style="width: 25ex;"></option> | 20 <option style="width: 25ex;"></option> |
21 </optgroup> | 21 </optgroup> |
22 </select> | 22 </select> |
OLD | NEW |