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

Side by Side Diff: LayoutTests/fast/forms/select/optgroup-clicking.html

Issue 10453112: Merge 118772 - REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to re… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/optgroup-clicking-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body onload="test()"> 3 <body onload="test()">
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <script src="../resources/common.js"></script> 5 <script src="../resources/common.js"></script>
6 6
7 <form id="form"> 7 <form id="form">
8 <select size="10" id="listbox"> 8 <select size="10" id="listbox">
9 <optgroup label="Enabled" id="listbox_optgroup_enabled"> 9 <optgroup label="Enabled" id="listbox_optgroup_enabled">
10 <option value="listbox_e1" id="listbox_option_enabled">One</option> 10 <option value="listbox_e1" id="listbox_option_enabled">One</option>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 eventSender.keyDown("downArrow"); 74 eventSender.keyDown("downArrow");
75 eventSender.keyDown("\n"); 75 eventSender.keyDown("\n");
76 shouldBe('$("menulist").selectedIndex', '8'); 76 shouldBe('$("menulist").selectedIndex', '8');
77 77
78 finishJSTest(); 78 finishJSTest();
79 } 79 }
80 </script> 80 </script>
81 <script src="../../js/resources/js-test-post.js"></script> 81 <script src="../../js/resources/js-test-post.js"></script>
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/optgroup-clicking-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698