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