diff options
Diffstat (limited to 'Source/WebCore/manual-tests/drag_select_highlighting.html')
-rw-r--r-- | Source/WebCore/manual-tests/drag_select_highlighting.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/drag_select_highlighting.html b/Source/WebCore/manual-tests/drag_select_highlighting.html new file mode 100644 index 0000000..d6f4057 --- /dev/null +++ b/Source/WebCore/manual-tests/drag_select_highlighting.html @@ -0,0 +1,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>
\ No newline at end of file |