WebCore/manual-tests/svg-link-hover-use.svg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
  <defs>
    <rect id='rect' width='100' height="100" fill='blue' />
  </defs>
  <a xlink:href="http://www.webkit.org" >
      <use xlink:href="rect" onmouseover="alert('foo')" />
  </a>
  <text y='120' x='10'>The above blue square is a link, the cursor should be a hand above it.</text>
</svg>