Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-display-none-style-resolve.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698