Changeset 106747 in webkit


Ignore:
Timestamp:
Feb 4, 2012 2:56:55 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Fix bug in svg-link-hover-use.svg
https://bugs.webkit.org/show_bug.cgi?id=77768

Patch by Philip Rogers <pdr@google.com> on 2012-02-04
Reviewed by Eric Seidel.

  • ManualTests/svg-link-hover-use.svg:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r106742 r106747  
     12012-02-04  Philip Rogers  <pdr@google.com>
     2
     3        Fix bug in svg-link-hover-use.svg
     4        https://bugs.webkit.org/show_bug.cgi?id=77768
     5
     6        Reviewed by Eric Seidel.
     7
     8        * ManualTests/svg-link-hover-use.svg:
     9
    1102012-02-04  Kalev Lember  <kalevlember@gmail.com>
    211
  • trunk/ManualTests/svg-link-hover-use.svg

    r26392 r106747  
    44  </defs>
    55  <a xlink:href="http://www.webkit.org" >
    6       <use xlink:href="rect" onmouseover="alert('foo')" />
     6      <use xlink:href="#rect" onmouseover="alert('foo')" />
    77  </a>
    88  <text y='120' x='10'>The above blue square is a link, the cursor should be a hand above it.</text>
Note: See TracChangeset for help on using the changeset viewer.