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

Side by Side Diff: LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 window.enablePixelTesting = true; 5 window.enablePixelTesting = true;
6 if (window.internals) 6 if (window.internals)
7 internals.settings.setLangAttributeAwareFormControlUIEnabled(true); 7 internals.settings.setLangAttributeAwareFormControlUIEnabled(true);
8 </script> 8 </script>
9 <script src="../../js/resources/js-test-pre.js"></script> 9 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="../../forms/resources/picker-common.js"></script> 10 <script src="../../forms/resources/picker-common.js"></script>
(...skipping 29 matching lines...) Expand all
40 40
41 <script> 41 <script>
42 openPicker(document.getElementById('time'), finishTest); 42 openPicker(document.getElementById('time'), finishTest);
43 43
44 function finishTest() { 44 function finishTest() {
45 popupWindow.focus(); 45 popupWindow.focus();
46 eventSender.keyDown('downArrow'); 46 eventSender.keyDown('downArrow');
47 finishJSTest(); 47 finishJSTest();
48 } 48 }
49 </script> 49 </script>
50 <script src="../../js/resources/js-test-post.js"></script>
51 </body> 50 </body>
52 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698