Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / selection-rl.html
blob40b9c9185113e748f17c11bd1e10fd3c63fb750b
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();
15 </script>
17 </head>
18 <body style="-webkit-writing-mode:vertical-rl" onload="runRepaintTest()">
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>