[webkit-changes] cvs commit: WebCore/manual-tests drag_select_highlighting.html

David harrison at opensource.apple.com
Mon Oct 24 14:34:43 PDT 2005


harrison    05/10/24 14:34:42

  Modified:    .        ChangeLog
  Added:       manual-tests drag_select_highlighting.html
  Log:
          Reviewed by Darin.  Committed by David Harrison.
  
          http://bugzilla.opendarwin.org/show_bug.cgi?id=5415
          "Left border of selection highlight leaves behind a trail"
  
          (Code changes are in WebKit)
  
          * manual-tests/drag_select_highlighting.html: Added.
  
  Revision  Changes    Path
  1.272     +11 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.271
  retrieving revision 1.272
  diff -u -r1.271 -r1.272
  --- ChangeLog	24 Oct 2005 19:36:30 -0000	1.271
  +++ ChangeLog	24 Oct 2005 21:34:39 -0000	1.272
  @@ -1,3 +1,14 @@
  +2005-10-24  Mitz Pettel  <opendarwin.org at mitzpettel.com>
  +
  +        Reviewed by Darin.  Committed by David Harrison.
  +
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=5415
  +        "Left border of selection highlight leaves behind a trail"
  +
  +        (Code changes are in WebKit)
  +        
  +        * manual-tests/drag_select_highlighting.html: Added.
  +
   2005-10-24  Vicki Murley  <vicki at apple.com>
   
   	Changes by Mitz Pettel, reviewed by Maciej.
  
  
  
  1.1                  WebCore/manual-tests/drag_select_highlighting.html
  
  Index: drag_select_highlighting.html
  ===================================================================
  <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>
  
  



More information about the webkit-changes mailing list