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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-set-inner.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 <html> 1 <html>
2 2
3 <head> 3 <head>
4 4
5 <script> 5 <script>
6 6
7 function test() 7 function test()
8 { 8 {
9 if (window.testRunner) 9 if (window.testRunner)
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
(...skipping 20 matching lines...) Expand all
31 <p id="result">TEST NOT RUN</p> 31 <p id="result">TEST NOT RUN</p>
32 32
33 <select id="select"> 33 <select id="select">
34 <option>here is one</option> 34 <option>here is one</option>
35 <optgroup id="group" label="group"><option>here is another</option></optgroup > 35 <optgroup id="group" label="group"><option>here is another</option></optgroup >
36 </select> 36 </select>
37 37
38 </body> 38 </body>
39 39
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698