Changeset 198922 in webkit


Ignore:
Timestamp:
Mar 31, 2016 3:38:20 PM (8 years ago)
Author:
dbates@webkit.org
Message:

tool tip/alt. text appears when mouse is no longer hovering over link
https://bugs.webkit.org/show_bug.cgi?id=24427
<rdar://problem/8045235>

Reviewed by Antonio Gomes.

Although the bug no longer reproduces, add a manual test that can be used to determine if a
tooltip for a hyperlink is shown when the cursor no longer hovers over it.

  • ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r198795 r198922  
     12016-03-31  Daniel Bates  <dabates@apple.com>
     2
     3        tool tip/alt. text appears when mouse is no longer hovering over link
     4        https://bugs.webkit.org/show_bug.cgi?id=24427
     5        <rdar://problem/8045235>
     6
     7        Reviewed by Antonio Gomes.
     8
     9        Although the bug no longer reproduces, add a manual test that can be used to determine if a
     10        tooltip for a hyperlink is shown when the cursor no longer hovers over it.
     11
     12        * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
     13
    1142016-03-29  Commit Queue  <commit-queue@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.