| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| <title>This string should not show up as a tooltip</title> |
| This test verifies that tooltips are properly rendered for SVG content in a variety of |
| scenarios. Hovering over every shape should result in a tooltip of "PASS". |
| <ellipse id="e1" cx="100" cy="200" rx="50" ry="30" fill="blue"> |
| <ellipse id="e2" cx="250" cy="200" rx="50" ry="30" fill="blue"> |
| <ellipse cx="100" cy="300" rx="50" ry="30" fill="blue"> |
| <ellipse cx="250" cy="300" rx="50" ry="30" fill="blue"> |
| <text y="15" x="0">When hovered, all shapes should show a "PASS" tooltip. Anything else is a failure.</text> |
| <ellipse cx="100" cy="100" rx="50" ry="30" fill="blue"> |
| <ellipse cx="250" cy="100" rx="50" ry="30" fill="blue"/> |
| <a xlink:title="PASS" xlink:href="#"> |
| <ellipse id="e4" cx="400" cy="100" rx="50" ry="30" fill="blue"/> |
| <ellipse id="e8" cx="400" cy="200" rx="50" ry="30" fill="blue"> |