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

Side by Side Diff: LayoutTests/http/tests/filesystem/input-display.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="/js-test-resources/ahem.js"></script>
2 3
3 <!-- 4 <!--
4 Tests the string displayed when a File created using the FileSystem API is used 5 Tests the string displayed when a File created using the FileSystem API is used
5 in the FileList of a <input type="file"> element. To run this test manually, 6 in the FileList of a <input type="file"> element. To run this test manually,
6 drag the black box over the input field. 7 drag the black box over the input field.
7 8
8 Expectation: the file name displayed by the <input> UI should be hello.txt. The 9 Expectation: the file name displayed by the <input> UI should be hello.txt. The
9 renderer should not crash after the name shows up. 10 renderer should not crash after the name shows up.
10 --> 11 -->
11 12
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 eventSender.dragMode = true; 91 eventSender.dragMode = true;
91 eventSender.mouseMoveTo(startX, startY); 92 eventSender.mouseMoveTo(startX, startY);
92 eventSender.mouseDown(); 93 eventSender.mouseDown();
93 eventSender.leapForward(250); 94 eventSender.leapForward(250);
94 eventSender.mouseMoveTo(targetX, targetY); 95 eventSender.mouseMoveTo(targetX, targetY);
95 eventSender.mouseUp(); 96 eventSender.mouseUp();
96 } 97 }
97 } 98 }
98 </script> 99 </script>
99 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698