diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:30:52 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:30:52 -0800 |
commit | 8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 (patch) | |
tree | 11425ea0b299d6fb89c6d3618a22d97d5bf68d0f /WebCore/manual-tests/drag_select_highlighting.html | |
parent | 648161bb0edfc3d43db63caed5cc5213bc6cb78f (diff) | |
download | external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.zip external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.gz external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/drag_select_highlighting.html')
-rw-r--r-- | WebCore/manual-tests/drag_select_highlighting.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/WebCore/manual-tests/drag_select_highlighting.html b/WebCore/manual-tests/drag_select_highlighting.html new file mode 100644 index 0000000..d6f4057 --- /dev/null +++ b/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 |