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

Side by Side Diff: LayoutTests/fast/forms/select/listbox-drag-in-non-multiple.html

Issue 9285007: Merge 105386 - REGRESSION(r100111): A 'change' event does not fire when a mouse drag (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../resources/common.js"></script> 5 <script src="../resources/common.js"></script>
6 6
7 <p id="description"></p> 7 <p id="description"></p>
8 <select id="select1" size="4"> 8 <select id="select1" size="4">
9 <option>Option1</option> 9 <option>Option1</option>
10 <option>Option2</option> 10 <option>Option2</option>
(...skipping 16 matching lines...) Expand all
27 } else { 27 } else {
28 mouseMoveToIndexInListbox(1, 'select1'); 28 mouseMoveToIndexInListbox(1, 'select1');
29 eventSender.mouseDown(0); 29 eventSender.mouseDown(0);
30 mouseMoveToIndexInListbox(2, 'select1'); 30 mouseMoveToIndexInListbox(2, 'select1');
31 eventSender.mouseUp(0); 31 eventSender.mouseUp(0);
32 } 32 }
33 </script> 33 </script>
34 <script src="../../../fast/js/resources/js-test-post.js"></script> 34 <script src="../../../fast/js/resources/js-test-post.js"></script>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/resources/common.js ('k') | LayoutTests/fast/forms/select/listbox-drag-in-non-multiple-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698