1 <html> 2 <head> 3 <title>Highlight leaves trails</title> 4 </head> 5 <body> 6 <p>Drag across the following line from right to left and all the way back.</p> 7 <p style="font-family:'Lucida Grande'; font-size:12px;"> 8 Curabitur pretium, quam quis semper malesuada, est libero feugiat libero, vel fringilla orci nibh sed neque. 9 </p> 10 <p>Drag across the following line from left to right and all the way back.</p> 11 <p style="font-family:'Lucida Grande'; font-size:12px; text-align:left; direction:rtl; unicode-bidi:bidi-override;"> 12 Curabitur pretium, quam quis semper malesuada, est libero feugiat libero, vel fringilla orci nibh sed neque. 13 </p> 14 </body>