| OLD | NEW |
| (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> | |
| OLD | NEW |