2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <title>This string should not show up as a tooltip
</title>
5 This test verifies that tooltips are properly rendered for SVG content in a variety of
6 scenarios. Hovering over every shape should result in a tooltip of
"PASS".
9 <ellipse id=
"e1" cx=
"100" cy=
"200" rx=
"50" ry=
"30" fill=
"blue">
12 <ellipse id=
"e2" cx=
"250" cy=
"200" rx=
"50" ry=
"30" fill=
"blue">
16 <ellipse cx=
"100" cy=
"300" rx=
"50" ry=
"30" fill=
"blue">
22 <ellipse cx=
"250" cy=
"300" rx=
"50" ry=
"30" fill=
"blue">
27 <text y=
"15" x=
"0">When hovered, all shapes should show a
"PASS" tooltip. Anything else is a failure.
</text>
29 <ellipse cx=
"100" cy=
"100" rx=
"50" ry=
"30" fill=
"blue">
35 <ellipse cx=
"250" cy=
"100" rx=
"50" ry=
"30" fill=
"blue"/>
38 <a xlink:
title=
"PASS" xlink:
href=
"#">
40 <ellipse id=
"e4" cx=
"400" cy=
"100" rx=
"50" ry=
"30" fill=
"blue"/>
43 <use xlink:
href=
"#e1"/>
45 <use xlink:
href=
"#e2">
51 <ellipse id=
"e8" cx=
"400" cy=
"200" rx=
"50" ry=
"30" fill=
"blue">
56 <use xlink:
href=
"#e3"/>
57 <use xlink:
href=
"#e4">