Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows.html

Issue 25868002: [CSS Regions] Selection layout tests moved to specific folder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { width: 600px; } 5 body { width: 600px; }
6 6
7 #footNote { 7 #footNote {
8 -webkit-flow-into: footNote; 8 -webkit-flow-into: footNote;
9 display: block; 9 display: block;
10 font-size: 13px; 10 font-size: 13px;
(...skipping 35 matching lines...)
46 eventSender.mouseUp(); 46 eventSender.mouseUp();
47 47
48 // We are moving the mouse somewhere else and click to clear the selection 48 // We are moving the mouse somewhere else and click to clear the selection
49 eventSender.mouseMoveTo(1, 1); 49 eventSender.mouseMoveTo(1, 1);
50 eventSender.mouseDown(); 50 eventSender.mouseDown();
51 eventSender.mouseUp(); 51 eventSender.mouseUp();
52 } 52 }
53 </script> 53 </script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine