diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:41 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:41 -0800 |
commit | 648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/svg-link-hover-use.svg | |
parent | a65af38181ac7d34544586bdb5cd004de93897ad (diff) | |
download | external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/svg-link-hover-use.svg')
-rw-r--r-- | WebCore/manual-tests/svg-link-hover-use.svg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/manual-tests/svg-link-hover-use.svg b/WebCore/manual-tests/svg-link-hover-use.svg deleted file mode 100644 index c39974d..0000000 --- a/WebCore/manual-tests/svg-link-hover-use.svg +++ /dev/null @@ -1,9 +0,0 @@ -<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> |