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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-no-name.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 <head> 2 <head>
3 <title>Submit</title> 3 <title>Submit</title>
4 <style type="text/css"> 4 <style type="text/css">
5 h2 { 5 h2 {
6 display: none; 6 display: none;
7 7
8 } 8 }
9 #pass { 9 #pass {
10 background: #0f0; 10 background: #0f0;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 } 57 }
58 if (window.testRunner) 58 if (window.testRunner)
59 testRunner.notifyDone(); 59 testRunner.notifyDone();
60 }; 60 };
61 </script> 61 </script>
62 <p> 62 <p>
63 <a href="javascript:history.back();">reload</a> 63 <a href="javascript:history.back();">reload</a>
64 </p> 64 </p>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698