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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/selection-rl.html

Issue 1988313004: Test pixel results for repaint tests testing selection, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <head> 3 <head>
4 <script src="resources/text-based-repaint.js"></script> 4 <script src="resources/text-based-repaint.js"></script>
5 <script> 5 <script>
6 function repaintTest() { 6 function repaintTest() {
7 if (eventSender) { 7 if (eventSender) {
8 eventSender.mouseMoveTo(790, 40); 8 eventSender.mouseMoveTo(790, 40);
9 eventSender.mouseDown(); 9 eventSender.mouseDown();
10 eventSender.mouseMoveTo(790, 40); 10 eventSender.mouseMoveTo(790, 40);
11 eventSender.mouseMoveTo(790, 120); 11 eventSender.mouseMoveTo(790, 120);
12 eventSender.mouseUp(); 12 eventSender.mouseUp();
13 } 13 }
14 } 14 }
15 </script> 15 </script>
16 16
17 </head> 17 </head>
18 <body style="-webkit-writing-mode:vertical-rl" onload="runRepaintTest()"> 18 <body style="-webkit-writing-mode:vertical-rl" onload="runRepaintAndPixelTest()" >
19 <span>Testing both hit testing</span> and painting of selection.<br> 19 <span>Testing both hit testing</span> and painting of selection.<br>
20 Testing both hit testing and painting of selection.<br> 20 Testing both hit testing and painting of selection.<br>
21 Testing both hit testing and painting of selection.<br> 21 Testing both hit testing and painting of selection.<br>
22 Testing both hit testing and painting of selection.<br> 22 Testing both hit testing and painting of selection.<br>
23 Testing both hit testing and painting of selection.<br> 23 Testing both hit testing and painting of selection.<br>
24 Testing both hit testing and painting of selection.<br> 24 Testing both hit testing and painting of selection.<br>
25 Testing both hit testing and painting of selection.<br> 25 Testing both hit testing and painting of selection.<br>
26 Testing both hit testing and painting of selection.<br> 26 Testing both hit testing and painting of selection.<br>
27 Testing both hit testing and painting of selection.<br> 27 Testing both hit testing and painting of selection.<br>
28 Testing both hit testing and painting of selection.<br> 28 Testing both hit testing and painting of selection.<br>
29 </body> 29 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698