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

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

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <script src="resources/text-based-repaint.js"></script>
5 <script>
6 function repaintTest() {
7 if (eventSender) {
8 eventSender.mouseMoveTo(790, 40);
9 eventSender.mouseDown();
10 eventSender.mouseMoveTo(790, 40);
11 eventSender.mouseMoveTo(790, 120);
12 eventSender.mouseUp();
13 }
14 }
15 </script>
16
17 </head>
18 <body style="-webkit-writing-mode:vertical-rl" onload="runRepaintAndPixelTest()" >
19 <span>Testing both hit testing</span> 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>
22 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>
25 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>
28 Testing both hit testing and painting of selection.<br>
29 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698