Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-display-none-style-resolve.html
blob23f20165bd98e68b4399b3858a376ef9681cccf1
1 <p>
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13896">http://bugs.webkit.org/show_bug.cgi?id=13896</a>
3 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel</i>.
4 </p>
5 <p>
6 No crash means SUCCESS.
7 </p>
8 <select style="display: none;">
9 <option style="width: 25ex;"></option>
10 </select>
12 <select style="display: none;">
13 <optgroup style="width: 25ex;">
14 <option></option>
15 </optgroup>
16 </select>
18 <select style="display: none;">
19 <optgroup>
20 <option style="width: 25ex;"></option>
21 </optgroup>
22 </select>