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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-change-listbox-to-popup-roundtrip.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 <script> 2 <script>
3 3
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 } 7 }
8 8
9 function runTest() 9 function runTest()
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 } 43 }
44 44
45 </script> 45 </script>
46 <body onload="runTest()"> 46 <body onload="runTest()">
47 <div id="test"> 47 <div id="test">
48 <select id="s1" size="1"><option>test</select> 48 <select id="s1" size="1"><option>test</select>
49 <select id="s2" size="1"><option>test</select> 49 <select id="s2" size="1"><option>test</select>
50 <select id="s3" size="1"><option>test</select> 50 <select id="s3" size="1"><option>test</select>
51 </div> 51 </div>
52 </body> 52 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698