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

Side by Side Diff: third_party/WebKit/LayoutTests/images/drag-image-2.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 body { 3 body {
4 background-color: red; 4 background-color: red;
5 } 5 }
6 6
7 #image { 7 #image {
8 width: 50px; 8 width: 50px;
9 height: 50px; 9 height: 50px;
10 background-image: url('resources/grid-transparent.png'); 10 background-image: url('resources/grid-transparent.png');
(...skipping 22 matching lines...) Expand all
33 eventSender.mouseMoveTo(positionX, positionY); 33 eventSender.mouseMoveTo(positionX, positionY);
34 eventSender.mouseUp(); 34 eventSender.mouseUp();
35 } 35 }
36 36
37 if (!window.testRunner || !window.eventSender) { 37 if (!window.testRunner || !window.eventSender) {
38 document.write("This test does not work in manual mode."); 38 document.write("This test does not work in manual mode.");
39 } else { 39 } else {
40 window.onload = drag; 40 window.onload = drag;
41 } 41 }
42 </script> 42 </script>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/images/drag-image.html ('k') | third_party/WebKit/LayoutTests/images/drag-image-2-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698