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